



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #d2d2d2; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:20px;
z-index:100;
background-color: #ffffff;
width: 150px;
visibility: hidden;
}


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

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

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

/* ############## MENU 2 ################### */

/* * html .dropmenudiv2 {
	markin-left:-237px;} */

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #acf2fe; /*THEME CHANGE HERE*/
font:normal 11px Arial;
line-height:15px;
z-index:100;
margin-left:0px;
padding:10px;
background-color: #ffffff;
width: 230px;
visibility: hidden;
}


.dropmenudiv2 a{
font-size:11px;
color:#08476f;
text-decoration: none;
}

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

.dropmenudiv2 a:hover{
text-decoration:underline;
}

/* ############## MENU 3 ##################*/
.dropmenu_lang{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
z-index:100;
background-color: #ffffff;
visibility: hidden;
}


.dropmenu_lang a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e5e5e5; /*THEME CHANGE HERE*/
padding: 5px 10px 5px 5px;
text-decoration: none;
font-weight: normal;
color:#4c4c4c;
}

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

.dropmenu_lang a:hover{ /*THEME CHANGE HERE*/
background-color: #f2f2f2;
color:#1d1d1d;
}
