img {border:0px;}

.dropdownstyle{
width: 99%;
font-weight: bold;
}

.dropdownstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
margin:0px;
clear: both; 
visibility: hidden;
}

.dropdownstyle ul{
border: 0px;
width: 100%;
padding: 0px;
margin: 0;

}

.dropdownstyle ul li{
display: inline;
}

.dropdownstyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
}

.dropdownstyle ul img{
 margin-left:-5px;
}


.dropdownstyle ul li a:hover{

}

.dropdownstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ".";
visibility:hidden;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px;
z-index:100;
visibility: hidden;
 margin-left:-9px;
}

*:lang(en) .dropmenudiv{
position:absolute;
top: 0;
border: 0px;
z-index:100;
width: 200px;
margin-top:-3px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 0px;
text-decoration: none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}


#dropmenu2{ margin-left:-15px;}
#dropmenu3{ margin-left:-10px;}
#dropmenu4{ margin-left:-12px;}

#dropmenu5{ margin-left:-6px;}
#dropmenu6{ margin-left:-5px;}
#dropmenu7{ margin-left:-8px;}