ul.nav {
	display: block; margin: 0; padding: 0; position: relative; z-index:10000;
	list-style: none; 
	margin: 10px 0 10px 0; 
	font-size:13px;
	font-weight:bold;
}
ul.nav li {
	display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;

	float:left;
	text-align:center;	
	margin-right:4px;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 0px 5px 0px;
	display: block; 
	width: 115px; 
	text-decoration: none;
	background: #88abe3;
	margin-bottom: 4px;/*2px altered 22 July 10 */
	height:35px;
	line-height:16px;
	color:white;
	overflow:hidden;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #081768;
	color: #FFF;
}
ul.nav li.selected a{background: #fb581d;} /* selected class on li not link */
ul.nav li.selected ul li a{background: #081768;}
ul.nav li.selected ul li a:hover{background: #081768;}

/* Sub Lists */
ul.nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
ul.nav ul li a, ul.nav ul li a:visited { 
	width: 113px;
	font-size:10px;
	line-height:10px;
	padding:7px 0 0 2px;/*7px 0 0 2px;*/
	height:21px;
	overflow:hidden;
	background-color:#081768;/*blue*/
	margin: 0;/*2px 0; removed 22 July 10 */
}
ul.nav ul li a:hover { background-color:#ffab1c;}
ul.nav ul li.selected a{background: #fb581d;} /* selected class on li not link */
ul.nav ul li{background-color: #081768;padding-top:4px;}
ul.nav ul li:first-child{padding-top:0;}

.rounded-top-left{
border-radius-topleft: 8px; -o-border-radius-topleft: 8px; -icab-border-radius-topleft: 8px; -khtml-border-radius-topleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-radius-topleft: 8px; border-top-left-radius: 8px; -o-border-top-left-radius: 8px; -icab-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; -moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px;
}

* html .nav ul { line-height: 0; } /* IE6 "fix" */
.nav ul a { zoom: 1; } /* IE6/7 fix */










/*********** TOP JQUERY MENU PLUGIN ***********/

/* Basic code - don't modify */
 
/*.nav { display: block; margin: 0; padding: 0; position: relative; z-index:10000;}
.nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }

.nav a { display: block; }
.nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html .nav ul { line-height: 0; } /* IE6 "fix" */
/*.nav ul a { zoom: 1; } /* IE6/7 fix */
/*.nav ul li { float: none; }
.nav ul ul { top: 0; }
    
.nav ul {top: 49px;}
.nav ul li a, .nav ul li a:visited{
	  font-size:10px;
	  line-height:normal;
	  padding:5px 0 5px 0;
	  height:23px;
	  background: #081768;
	  }

.nav ul li a.hover { background-color:#ff5800;}
.nav ul a { opacity: 0.90; filter: alpha(opacity=90); }


/*********** TOP JQUERY MENU PLUGIN END ***********/