/*-----------------------------------------------------
   mainMenu
------------------------------------------------------ */
#mainMenu                                              {
	position: absolute;
	top: 0; left: 0;
	z-index: 200;
	height: 40px;
	overflow: hidden;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#mainMenu li                                           { float: left; }
#mainMenu a                                            {
	display: block;
	width: 113px;
	padding: 12px 0 9px 0;
	text-align: center;
	background: #002f65;
	color: #7399c6;
	text-decoration: none;
	border-bottom: 1px solid #00173d;
}
#mainMenu .on a,
#mainMenu .on a:hover                                  { background: #749ac7; color: #0d3267; border-bottom: 1px solid #749ac7; }

#mainMenu a:hover                                      { background: #749ac7; border-bottom: 1px solid #749ac7; color: #002f65; }

/*-----------------------------------------------------
   subMenu
------------------------------------------------------ */
#subMenu                                               {
	width: 650px;
	height: 26px;
	padding: 48px 10px 0 10px;
	position: absolute;
	top: 0; left: 0;
	background: #749ac7; 
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#subMenu li                                            { display: inline; margin-right: 10px; }
#subMenu a                                             { color: #fff; text-decoration: none; }
	
#subMenu a:hover,
#subMenu .on a,
#subMenu .on a:hover                                   { text-decoration: none; color: #002f65; }

#subMenu li.on a                                       { color: #002f65; }

/*-----------------------------------------------------
   secMenu
------------------------------------------------------ */
#secMenu a                                             {
	color: #002f65;
	text-decoration: none;
	display: block;
	height: 1%;
	background-image: url(../images/layout/bullet.gif); 
	background-position: -19px 4px;
	background-repeat: no-repeat;
	padding: 1px 0 1px 30px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#secMenu a:hover                                       { background-position: 0 2px; color: #749ac7; }
#secMenu li.on a, 
#secMenu li.on a:hover                                 { background-position: 0 2px; text-decoration: none; color: #749ac7; font-weight: bold; }