


.chromestyle
{
width: 99%;
font-weight: bold;
}
.chromestyleH
{
width: 99%;
font-weight: bold;
}
.chromestyle2
{
width: 99%;
font-weight: normal;
font-size:13px;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyleH:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyleH ul{
border: 0px solid #BBB;
width: 300;
/*background: url(../images/chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}


.chromestyle ul{
border: 0px solid #BBB;
width: 300;
/*background: url(../images/chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}
.chromestyle2 ul{
border: 0px solid #BBB;
width: 300;
/*background: url(../images/chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}


.chromestyle ul li{
display: inline;
}
.chromestyle2 ul li{
display:inline;
}

.chromestyleH ul li{

}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 2px;
margin: 0;
text-decoration: none;

/*border-right: 1px solid #DADADA;*/
}
.chromestyle2 ul li a{
color: #ffffff;
padding: 0px 2px;
margin: 0;
text-decoration:none;
text-align:left;

/*border-right: 1px solid #DADADA;*/
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(../images/chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}
.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(../images/chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
text-align:left;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv2
{
	text-align:left;
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #494949;

}
.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #494949;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200;
}
* html .dropmenudiv2 a{ /*IE only hack*/
width: 970px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}