


/* 1st LEVEL 
----------------------------------------------- */		
#topMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	padding: 0;
	margin: 0;
}

#topMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: none;
}


#topMenu li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
	list-style-type: none;
	background: none;
}



#topMenu li a {
	height: 38px;
	color: #e3ecf4;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	border-bottom: none;
}
#topMenu li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

#topMenu li span.highligtedMenuItem a, #topMenu li span.highligtedMenuItem a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}



#topMenu li a {width: 71px;}
#topMenu li.w4 a {width: 60px;}
#topMenu li.w6 a {width: 54px;}
#topMenu li.w8 a {width: 71px;}
#topMenu li.w10 a {width: 88px;}
#topMenu li.w12 a {width: 83px;}
#topMenu li.w14 a {width: 109px;}

#topMenu li a:hover  {background: transparent  url(../img/menu_btn_ovr10.gif) no-repeat center;}
#topMenu li.w4 a:hover {background: url(../img/menu_btn_ovr4.gif) no-repeat center;}
#topMenu li.w6 a:hover {background: url(../img/menu_btn_ovr6.gif) no-repeat center;}
#topMenu li.w8 a:hover {background: url(../img/menu_btn_ovr10.gif) no-repeat center;}
#topMenu li.w10 a:hover {background: url(../img/menu_btn_ovr10.gif) no-repeat center;}
#topMenu li.w12 a:hover {background: url(../img/menu_btn_ovr12.gif) no-repeat center;}
#topMenu li.w14 a:hover {background: url(../img/menu_btn_ovr14.gif) no-repeat center;}

#topMenu li span.highligtedMenuItem a, #topMenu li span.highligtedMenuItem a:hover {background: url(../img/menu_btn_on10.gif) no-repeat center;}
#topMenu li.w4 span.highligtedMenuItem a, #topMenu li.w4 span.highligtedMenuItem a:hover {background: url(../img/menu_btn_on4.gif) no-repeat center;}
#topMenu li.w8 span.highligtedMenuItem a, #topMenu li.w8 span.highligtedMenuItem a:hover {background: url(../img/menu_btn_on8.gif) no-repeat center;}
#topMenu li.w10 span.highligtedMenuItem a, #topMenu li.w10 span.highligtedMenuItem a:hover {background: url(../img/menu_btn_on10.gif) no-repeat center;}
#topMenu li.w12 span.highligtedMenuItem a, #topMenu li.w12 span.highligtedMenuItem a:hover {background: url(../img/menu_btn_on10.gif) no-repeat center;}
#topMenu li.w14 span.highligtedMenuItem a, #topMenu li.w14 span.highligtedMenuItem a:hover {background: url(../img/menu_btn_on14.gif) no-repeat center;}


/* 2nd LEVEL
----------------------------------------------- */	
#secondaryMenu {
	height: 23px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
	color: #2567a1;
	padding-left: 10px;
}

#secondaryMenu span.menuItem {
position: relative;
width: 20px;
height: 23px;
padding-left: 20px;
line-height: 16px;
text-decoration: none;
border-bottom: none;
}

#secondaryMenu span.menuItem a {
	color: #2567a1;
	text-decoration: none;
	border-bottom: none;
}
#secondaryMenu span.menuItem a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}

#secondaryMenu span.menuItem span.highligtedMenuItem a, #topMenu span.menuItem span.highligtedMenuItem a:hover {
	color: #666666;
	text-decoration: none;
	padding-left: 14px;
	border-bottom: none;
	background: url(../img/menu_highlight_arrow.gif) no-repeat left;
}

/* 3rd LEVEL
----------------------------------------------- */	
h1.sidebarHeader {
	text-align: left;
	color: #ffffff !important; 
	font-size: 15px !important;
	font-weight: normal !important; 
}
