﻿/* =LEFT-MENU
----------------------------------------------- */

/*a:link { color : white; text-decoration : underline}*/

/*a:active { color : blue; text-decoration : none}*/
/*a:visited { color : red; text-decoration : underline}*/

/*a:hover { color : red; text-decoration : none; background: #999999} */



ul#leftMenu
{
	margin: 2px 2px 0 0;
	padding: 0;
	/*border: 1px solid #003b77;*/
	/*background: #d6e5f4;*/
	list-style: none;
	list-style-image: none; /*IE hack*/
	
}
ul#leftMenu li
{	
	padding: 0 0 5px 10px;
	margin: 3px 0 0 0;
	/*background: #d6e5f4 url(images/left-nav-bullet.gif) top left no-repeat;*/
	border-bottom: 1px dashed #003b77;
	
}
ul#leftMenu li.activeItem,ul#leftMenu li.currentItem
{
	/*background: url(images/left-menu-active-icon.gif) top left no-repeat;*/
}
ul#leftMenu li.activeItem,ul#leftMenu li.currentItem
{
	border-bottom: none;

}
a.activeLink, a.currentLink
{
	color: #ab5410 !important;
}

ul#leftMenu li, ul#leftMenu li a
{
	color: #555555;
	font-weight: bold;
}	
ul.leftMenuULLevel2
{
	display: none;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	margin-left: -15px;
	background-color: #ffffff;

}

ul#leftMenu li.activeItem ul.leftMenuULLevel2,ul#leftMenu li.currentItem ul.leftMenuULLevel2
{
	display: block;
	border-top: 1px dashed #003b77;
	border-bottom: 1px dashed #003b77 !important;
	margin-top: 3px;
}
ul.leftMenuULLevel2 li
{
	text-align: right;
	padding-right: 12px !important;
	/*background: #fff url(images/left-nav-bullet-level2.gif) top right no-repeat !important;*/
	
}
ul.leftMenuULLevel2 li.activeItem, ul.leftMenuULLevel2 li.currentItem
{
	/*background: #fff url(images/left-menu-active-icon-level2.gif) top right no-repeat !important;*/
}
ul.leftMenuULLevel2 li a
{
	font-weight: normal !important;
}

ul.leftMenuULLevel3
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.leftMenuULLevel3 li
{
	border: none !important;
	
}
ul.leftMenuULLevel3 li a
{
	color: Red !important;
}
/* =TOP-MENU
----------------------------------------------- */
#topMenu {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 5px;
}
#topMenu li {
	float: left;
	list-style: none;
}
#topMenu li a {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	border-left: 1px solid #993300;
	color: #000000;
	white-space: nowrap;

}
#topMenu li.hasChild a
{
	padding-right: 15px;
}
#topMenu li.hasChild a:hover
{
	/**/
}
#topMenu li.hasChild a.special
{
	color: #ab5410 !important;
}
#topMenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #993300;
	border-left: none;
	width: 120px;
}
#topMenu li ul li {
	float: none;
	display: inline
}
#topMenu li ul li a {
	width: auto;
	background-color: #B4B4B4 !important;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	background-image: none !important;
}
#topMenu li ul li a:hover {
	background-color: #993300 !important;
	background-image: none !important;
}
