﻿.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: solid 1px red;*/
}
.menu ul {
	padding:0; margin:0; list-style-type: none;
}
.menu ul li {
	float: left;
	position: relative;
	width: 246px;
	z-index: 100;
}
.menu ul li a, 
.menu ul li a:visited {
	display: block;
	float: left;
	text-decoration: none; 
	/*color: #004b85; */
	width: 230px; 
	font-size: 12px; 
	background: transparent; 
	padding: 6px 6px 6px 6px;
	font-weight:bold;
}
/** html .menu ul li a, .menu ul li a:visited {width: 246px;}*/

.menu ul li.navItem { background: url('../../Content/Images/Nav/main_nav_off.jpg') repeat-y top left; color: #004b85; }
.menu ul li.navItem:hover {background:url('../../Content/Images/Nav/main_nav_over.jpg') repeat-y top left; color: White; }
.menu ul li.navItem_over {background:url('../../Content/Images/Nav/main_nav_over.jpg') repeat-y top left; color: White; }
.menu ul li.navItem_over a { color: White; }
.menu ul li.navItem_selected {background: #0e4d85 url('../../Content/Images/Nav/main_nav_on_gradient.jpg') no-repeat top left; color: White; }
.menu ul li.navItem_selected a { color: White; }

.menu ul li.navItem_bottom { background:url('../../Content/Images/Nav/main_nav_bttm_off.jpg') repeat-y top left; height: 13px; top: -8px; z-index: 200; font-size: 0; }
.menu ul li.navItem_bottom_over { background:url('../../Content/Images/Nav/main_nav_bttm_over.jpg') repeat-y top left; height: 13px; top: -8px; z-index: 200; }
.menu ul li.navItem_bottom_selected { background:url('../../Content/Images/Nav/main_nav_bottom_on.jpg') repeat-y top left; height: 13px; top: -8px; z-index: 200; }

/*.menu ul li.navItem_separator { background: url('../../Content/Images/Nav/main_nav_divider.jpg') repeat-y top left; width: 246px; line-height: 1px; list-style-type: none; padding: 0; margin: 0; font-size: 0; }*/

.menu ul li:hover a,
.menu ul li a:hover{
	text-decoration: none; 
	border: 0; 
	color: White;
}
