/*-----------------------------------Main menu----*/
.mainmenu a {color: #8de2fe; text-decoration: none; cursor: pointer; font-size: 1.2em; display: block; line-height: 1em; padding: 22px 15px 23px 17px; float: left;}
/* Hide from IE5-Mac \*/
.mainmenu a {float: none;}
/* End hide */
.mainmenu a:hover {color: #fff; background: #3ea6d7;}
ul.mainmenu {margin: 0px 0px -10px 0px; padding: 0px; clear: both;}
ul.mainmenu li {margin: 0px; padding: 0px; display: inline; list-style: none; float: left; background: #0f3565 url('../img/bg_menu_item.gif') repeat-y left;}
a.first_child {background: #0f3565;}
a.active_item {color: #fff; background: #3ea6d7;}


/*-----------------------------------Drop down----*/
.dropmenudiv{
position:absolute;
top: 0;
margin-top: -2px;
border: 1px solid #204c84; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
line-height:18px;
z-index:100;
background: #0f3565 url('../img/bg_submenu.gif') repeat-x bottom; /*THEME CHANGE HERE*/
width: 160px;
visibility: hidden;
font-size: 11px;
padding: 5px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=45,strength=1);*/ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {list-style-type: none; padding: 0px; margin: 0px;}
.dropmenudiv li {padding: 0px; padding-left: 8px; background-image:url('../img/arr_submenu_item.gif'); background-repeat: no-repeat; background-position: 0px 7px;}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #3a6cab;*/ /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #8de2fe;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #0b2c56;*/
color: #fff;
}