
/*------------------ TOPNAV -------------------*/

#topNav ul.menuLevel1, #dashboardLink {
	font-weight: 700;
        	font-size:12px;
        	text-transform:uppercase;
	list-style: none;
}

#topNav ul.menuLevel1 li {
	float: left;
	padding: 6px 0px;
	position: relative; 		/*--Declare X and Y axis base for sub navigation--*/	
	z-index:1000;
	line-height: 20px;
	background-image: url(../files/assets/transparent.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
        font-size: 12px;
        font-family: arial;
}

#topNav ul.menuLevel1 li a{
	color: #555555;
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 7px;
	border-right: 1px solid #555555;
}

#topNav ul.menuLevel1 li.last a{
	border-right: 0px;
}

#topNav ul li.selected a { 
	color:#990000;

}

#topNav ul.menuLevel1 li a:hover{ 
	color: #990000;
	display: block;
	background-color: #E0E0E0;
}

#topNav ul.menuLevel1 li ul.menuLevel1 li a {
	background-color: #D9D9D9;
	padding: 6px;
	border-right: 0px;
	margin: 1px 0;
	width: 190px;
	height: 26px;
	filter: alpha(opacity=95); 	/* internet explorer */
	-khtml-opacity: 0.95;      	/* khtml, old safari */
	-moz-opacity:0.95;       	/* mozilla, netscape */
	opacity: 0.95;           		/* fx, safari, opera */
}

#topNav ul.menuLevel1 li ul.menuLevel1 li a:hover { 
	color: #990000; 
}

#topNav ul.menuLevel1 li.selected ul.menuLevel1 li a { 
	color: #555555;
}

#topNav ul.menuLevel1 li.selected ul.menuLevel1 li a:hover { 
	color: #990000; 
}

#topNav ul.menuLevel1 li span { 		/*--Drop down trigger styles--*/
	width: 10px;
	height: 10px;
	float: left;
	position:relative;
	top:0px;
}

#topNav ul.menuLevel1 li span.subhover {	/*--Hover effect for trigger--*/
	background-position: center bottom; 
	cursor: pointer;
}

#topNav ul.menuLevel1 li ul {
	list-style: none;
	position: absolute; 		/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 31px;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	z-index:999;
	background: transparent;
}

#topNav ul.menuLevel1 li ul li{
	font-size:12px;
	margin: 0; 
	padding: 0;
	clear: both;
	z-index:999;
}

#topNav ul.menuLevel1 li ul li a {
}

#topNav ul.menuLevel1 li ul li a:hover {
	/*--Hover effect for subnav links--*/
}