/*-----------------------------------Main menu----*/
.menu a {color: #2f2f29; text-decoration: none; cursor: pointer; display: block; line-height: 1em; padding: 5px; float: left; font-weight: bold; border-left: 1px solid #95948c;}
/* Hide from IE5-Mac \*/
.menu a {float: none;}
/* End hide */
.menu a:hover {color: #b11d1c;}
ul.menu {margin: 0px; padding: 0px; clear: both;}
ul.menu li {margin: 0px; padding: 0px; display: inline; list-style: none; float: left;}
a.first_child {border-width: 0px;}
a.active_item {color: #b11d1c;}


/*-----------------------------------Drop down----*/
.dropmenudiv {
position:absolute;
top: 0;
margin-top: -3px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
line-height:18px;
z-index:100;
background: #af1b1b url('../img/bg_submenu.gif') repeat-x bottom; /*THEME CHANGE HERE*/
width: 130px;
visibility: hidden;
font-size: 11px;
padding: 5px;
}

.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: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #0b2c56;*/
color: #fed4d4;
}