﻿ /*///////////////////////////////////////////////////*/



.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 15px 0px 14px;
margin: 0px 0px 0px 0px;
text-align: right; /*set value to "left", "center", or "right"*/
text-indent:0px;
background: url("menu_bg.gif")/*THEME CHANGE HERE*/
}

.chromestyle ul li{
display: inline;
margin:0px 0px 0px -4px;;
}

.chromestyle ul li a{
color: #BDCBE8;
padding: 0px 15px 0px 14px;
text-decoration: none;
border-right: 0px solid #0C193F;
background: url("menu_bg_right.gif"); background-position: top right; background-repeat: no-repeat;/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #2A486A;
width:200px;
padding:0px 15px 0px 14px;
text-decoration: none;
border-right: 0px solid #0C193F;
background: url("menu_bg_over.gif");background-position: top right; background-repeat: no-repeat;/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel] {
 background-image: url("arrow.gif");
  background-position: 100% 45% ;
}

.chromestyle ul li a:hover[rel] {
 background-image: url("arrow_hover.gif");
  background-position: 100% 45% ;

}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute; 
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9pt Tahoma;
line-height:18px;
z-index:100;
background-color: #EFEDDE;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 13px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
margin-top:0px;
padding: 1px 0;
text-decoration: none;
text-align: left;
font-family:Tahoma; font-size:9pt; font-weight:normal; color:blue;
}
.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 13px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
margin-top:0px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
text-align: left;
font-family:Tahoma; font-size:9pt; font-weight:normal; color:#ffffff;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4778B3;
}