.chromestyle{
width: 100%;
font-weight: bold;
position: relative;
left: 18px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a {
color: #ff6600;
margin: 0;
text-decoration: none;
width: 150px;
display: block;
font-size: 13px;
font-weight: bold;
padding-left: 15px;
margin-top: 5px;
height: 20px;
background-image: none;
background-position: left top;
background-repeat: no-repeat;
padding-top: 2px;
margin-bottom: 0px;
background-image:url(img/menu_element.gif);
background-position: left middle;
background-repeat: no-repeat;

}

.chromestyle a:hover {
color: #e0240c;
background-color: #;
text-decoration: none;
background-image:url(img/menu_hover.gif);
background-position: left middle;
background-repeat: no-repeat;

}

.selected {
color: #e0240c;
margin: 0;
text-decoration: none;
width: 150px;
display: block;
font-size: 13px;
font-weight: bold;
padding-left: 15px;
margin-top: 5px;
height: 20px;
background-image:url(img/menu_selected.gif);
background-position: left middle;
background-repeat: no-repeat;
padding-top: 2px;
margin-bottom: 0px;
FONT-FAMILY: Tahoma, serif;
cursor: default;
}

a.selected {
color: #e0240c;
margin: 0;
text-decoration: none;
width: 150px;
display: block;
font-size: 13px;
font-weight: bold;
padding-left: 15px;
margin-top: 5px;
height: 20px;
background-image:url(img/menu_selected.gif);
background-position: left middle;
background-repeat: no-repeat;
padding-top: 2px;
margin-bottom: 0px;
FONT-FAMILY: Tahoma, serif;
cursor: default;
}

a.selected:hover {
color: #e0240c;
margin: 0;
text-decoration: none;
width: 150px;
display: block;
padding-left: 15px;
margin-top: 5px;
height: 20px;
background-image:url(img/menu_selected.gif);
background-position: left middle;
background-repeat: no-repeat;
padding-top: 2px;
margin-bottom: 0px;
cursor: default;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0px;
margin-left: 120px;
margin-top: -20px;
padding-right: 2px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 222px;
height: 50px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
filter: alpha(opacity=95);
-moz-opacity: 0.95;
background-image:url(img/dropdown_back.gif);
background-position: 0 0;
background-repeat: no-repeat;
border-right: 0px solid #F57E16;
border-bottom: 0px solid #F57E16;
border-top: 0px solid #eee;
border-left: 0px solid #eee;
background-color: #fff;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
margin-left: 30px;
color: #333;
FONT-FAMILY: Tahoma, serif;
font-variant: small-caps;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #e0240c;
}

.dropmenudiv-big {
position:absolute;
top: 0px;
margin-left: 120px;
margin-top: -20px;
padding-right: 2px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 222px;
height: 70px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
filter: alpha(opacity=95);
-moz-opacity: 0.95;
background-image:url(img/dropdown_back_bigger.png);
background-position: 0 0;
background-repeat: no-repeat;
border-right: 0px solid #F57E16;
border-bottom: 0px solid #F57E16;
border-top: 0px solid #eee;
border-left: 0px solid #eee;
background-color: #fff;
}


.dropmenudiv-big a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
margin-left: 30px;
color: #333;
FONT-FAMILY: Tahoma, serif;
font-variant: small-caps;
}

* html .dropmenudiv-big a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv-big a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #e0240c;
}
