﻿#menu
{
	font-family: Arial, Sans-Serif; 
	position: relative; 
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background: #ffffff; 
	color: #004b85;
	top: -3px;
	display: block;
	width: 246px;
	/*border: dotted 1px red;*/
}

#navigation {	
	margin:0px;
	padding:0px;
	width: 246px;
	z-index: 100;
	/*border: solid 1px red;*/
}

#navigation a.head {
	cursor:pointer;
	background: url('../../Content/Images/Nav/main_nav_off.jpg') repeat-y top left; color: #004b85;
	color: #004b85;
	font-size: 12px;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;	
	width: 246px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: solid 1px #225675;
}
#navigation a.head:hover {
	/*background:url('../../Content/Images/Nav/main_nav_over.jpg') repeat-y top left; */
	background:#6699FF;
	color: White;
}
#navigation a.selected {
	/*background-image: url(expanded.gif);
	background:url('../../Content/Images/Nav/main_nav_over.jpg') repeat-y top left; */
	background: #0e4d85 url('../../Content/Images/Nav/main_nav_on_gradient.jpg') no-repeat; 
	color: White;
}
#navigation a.current {
	background-color:#AFBAE0;
}
#navigation ul  
{    
	border-left: solid 1px #225675;
	border-right: solid 1px #225675;
	margin:0px;
	padding:0px;
	text-indent:0px;

}
#navigation li {
	list-style:none outside none; display:inline;
	/*background: url('../../Content/Images/Nav/main_nav_off.jpg') repeat-y top left; color: #004b85;*/
	
}


#navigation li li a {
	color:#000000;
	display:block;	
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	text-align:left;
	font-size: 11px;
	font-weight:normal;	
	height:auto;
	background-color:white;
	
}


#navigation li li a:hover {
	background-color:#DAE4E4;
	color:#FF9900;
	/*text-decoration:underline;	*/
}

#navigation a#bottom
{
    background:url('../../Content/Images/Nav/main_nav_bttm_off.jpg') repeat-y top left; 
    height: 3px; top: -8px; z-index: 200; font-size: 0; 
    border-bottom:2px;
 
}
@media print {
	#navigation ul{
		display: block!important;
		height: auto!important
	}
}





