/*
a.mainmenu {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space:nowrap;
}
a.mainmenu:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.submenu {
	width:130px;
	height:20px;
	font-weight:bold;
	font-size:10px;
	color: #291770;
	text-decoration: none;
}
a.submenu:hover {
	width:130px;
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
}
a.submenuactive {
	height:20px;
	width:130px;
	font-weight:bold;
	font-size:10px;
	color: #d9330d;
	text-decoration: none;
}
a.submenuactive:hover {
	width:130px;
	font-weight:bold;
	color: #d9330d;
	text-decoration: none;
}
a.activemenu {
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
}
a.activemenu:hover {
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline;
}
.menutable {
	border-collapse:collapse;
	width:100%;
}
.highlight {
	text-decoration: none;
	color: #d9330d;
}
*/

/*
 * =============================
 */
/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	height: 18px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	font-weight: bold;
	width:100%;
}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul {
	margin-top: 1px;
}

.dropdown ul li{
	background-image: url(../images/bg-menu.png);
	border:1px solid #cdcdcd;
	width: 179px;
	height: 27px;
	margin-left: -1px;
	margin-top: -1px;
	padding-right: 10px;
	padding-left: 10px;
}
.dropdown ul li:hover{
	background-image: url(../images/bg-menu-hover.png);
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down {
	padding-left: 0px;
	margin-left: 0px;
	min-width: 70px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	width: 179px;
	background: url(../images/bg-menu-arrow.png) top right;
}
.dropdown li.submenu-left:hover{
	background: url(../images/bg-menu-hover-arrow.png) top right;
}
.menuDepth1 a {
	color:#FFF;
	position:relative;
	min-width: 50px;
	margin:0px 20px 0px 0px;
	white-space: nowrap;
	text-align: left;
	
}
.menuDepth1 a:hover {
	color: red;
}

/*
.menuDepth2 {
	margin-top: 3px !important;
}
*/
.menuDepth2 a {
	margin-left:0px;
	margin-right:0px;
	padding-left: 12px;
	padding-top: 6px;
	text-align: left;
	line-height: 14px;
	vertical-align:middle;
	color: #000;
}

.menuDepth2 a:hover {
	color: white;
}

.menuDepth2 > li {
	margin-left: 0px !important;
}

.active a {
	color: #FF0000;
}
 
