.chromestyle{
width: 100%;
font-weight: bold;
font:normal 12px Times;
font-variant: small-caps;
color: black;
}

a.menulinks{
color:black; 
background:#ffffff; 
text-align:left; 
text-decoration:none; 
font:small-caps 12px Times
}
 
a.menulinks:hover{
color:#882e2d;
text-decoration:none; 
background-color:#ffffff;
}

.text1 {
	font:normal 11px Arial;
	font-weight: normal;
	color: #000000;
}

.text11 { font:normal 11px Arial;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
     }


.text2 {
	font:normal 12px Arial;
	font-weight: normal;
	color: #000000;
	padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 0px;
}

.text23 {
	font:normal 12px Arial;
	font-weight: normal;
	color: #000000;
	padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.text22 {
	font:normal 12px Arial;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}


.text3 {
	font:normal 12px Arial;
	font-weight: normal;
	color: #000000;
}


.text4 {
	font:normal 12px Arial;
	font-weight: normal;
	color: #000000;
	padding-left: 0px;
	
}


.link_navmenu {
	font:normal 9px Arial;
	font-weight: normal;
	color: #a0a0a0;
	text-decoration:none;
}

.link1 {
	font:normal 11px Arial;
	font-weight: normal;
	text-decoration:none;
	color: #000000;
}

.link2 {
	font:normal 12px Arial;
	font-weight: normal;
	text-decoration:none;
	color: #000000;
}

.link22 {
	font:normal 12px Arial;
	font-weight: normal;
	text-decoration:none;
	color: #e3e5e4;
}

a.link2:hover{ font:12px Arial; color:#882e2d; text-decoration:none; }



.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%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 1;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 5px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Times;
font-variant: small-caps;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
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: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font:normal 12px Times;
padding: 1px 1px;
background:url(images/formbg.gif) repeat-x left top;
}
