@charset "utf-8";
/* CSS Document */

#nav-wrap
{
	height: 25px;
	width: 812px;
}
a#nav1
{
	background: url(../images/global/nav1.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 149px;
}
a#nav2
{
	background: url(../images/global/nav2.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 161px;
	
}
a#nav3
{
	background: url(../images/global/nav3.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 135px;
}
a#nav4
{
	background: url(../images/global/nav4.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 151px;
}
a#nav5
{
	background: url(../images/global/nav5.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 100px;
}
a#nav6
{
	background: url(../images/global/nav6.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 116px;
}
ul#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li
{
	float: right;
	list-style: none;
	position: relative;
	margin-left: 22px;
}
#nav li ul
{
	display: none;
	left: 0;
	position: absolute;
	top:0;
}

#nav li ul li a {
	display:block;
	height:25px;
}

#nav li ul li a:hover {
	text-decoration: underline;
}

#nav li:hover ul, #nav li.over ul
{
	_margin-top: 12px;
	background-color: #fae9cc;
	display: block;
	left: 0;
	line-height: 25px;
	margin-left: 0px;
	margin-top: 15px;
	position: absolute;
	width: 100px;
	z-index: 5;
}
#nav li ul li
{
	float: none;
	background-image: url(../images/global/orange_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 0px;
	padding-left: 5px;
}



#nav a
{

}



#nav-pad
{
	line-height: 18px;
	padding-top: 30px;
	width: 173px;
}
#nav-pad a
{
	color: #0033ff;
	text-decoration: none;
	width: 100px;
}
#nav-pad a:hover
{
	font-weight:normal;
	color:#fff;
}

