﻿.nav_top{
	background-image:url(../Images/nav_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:44px;
	overflow:hidden;
	margin-right:30px;
}
.nav_top .nav_curve
{
	background-image:url(../Images/nav_left_curve.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:55px;
	height:44px;
	display:block;
	float:left;
}

.nav_top ul{
	list-style-type:none;
	clear:none;
	height:44px;
}

.nav_top ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:right;
	padding:0;
	/*background-image:url(../images/button_hor_left.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	margin-left:0;
}

.nav_top ul li a{
	display:block;
	background-image:url(../images/nav_button.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#5775A2;
	color:#fff;
	text-decoration:none;
	float:left;
	margin:0;
	font-size:0.95em;
	padding-right:16px;
	cursor:pointer;
}

.nav_top ul li a:hover{
	color:#415D8C;
	background-color:#EAEAEA;
	text-decoration:none;
	background-image:url(../images/nav_button.gif);
	background-position:100% -44px;
}

.nav_top ul li a span{
	background-image:url(../images/nav_button.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#818181;
	display:block;
	float:left;
	padding:15px 0px 0 16px;
	height:29px;
}

.nav_top ul li a:hover span{
	background-image:url(../images/nav_button.gif);
	background-position:0 -44px;
	background-repeat:no-repeat;
	background-color:#D5D5D5;
}

.nav_top ul li a.selected
{
	color:#415D8C;
	background-color:#EAEAEA;
	text-decoration:none;
	background-image:url(../images/nav_button.gif);
	background-position:100% -44px;
}

.nav_top ul li a.selected span{
	background-image:url(../images/nav_button.gif);
	background-position:0 -44px;
	background-repeat:no-repeat;
	background-color:#D5D5D5;
}

