.chromestyle{
font:normal large/18px "Trebuchet MS", verdana, arial, sans-serif;
/*font:bold normal 14px/18px Arial, Helvetica, sans-serif;*/
width: 100%;
clear: both
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
background: url(../nav/navback-off.gif) repeat-x center;; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 0px 7px 4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #494949;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	background: url(../nav/navback-on.gif) center center repeat-x;
	color: #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";  /* commented out as it looked a bit ugly */
/*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;
z-index:10001;/*was 100*/
background-color: white;
width: 200px;/*was 200*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font:normal 10px/18px Geneva, Arial, Helvetica, sans-serif;
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: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* ######### Style for Drop Down Menu ######### */

legend {
	font-weight: bold;
	padding: 0.5em;
}
.warning
{
	color: #333333;
	background-color: #FFD5EA;
	padding: 0.5em 40px 0.5em 0.5em;
	background-image: url(nav/exclaim_small2.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	border: 1px solid #B30000;
	font-size: medium;

}
.tip
{
	color: #333333;
	background-color: #BDC0DB;
	padding: 0.5em 30px 0.5em 0.5em;
	border: 1px solid #8080C0;
	font-size: medium;
	background-image: url(nav/exclaim_small.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
.smallwarning
{
	color: #333333;
	background-color: #FFD5EA;
	padding: 0.5em 40px 0.5em 0.5em;
	background-image: url(nav/exclaim_small2.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	border: 1px solid #B30000;
	font-size: small;

}
.smalltip
{
	color: #333333;
	background-color: #BDC0DB;
	padding: 0.5em 30px 0.5em 0.5em;
	border: 1px solid #8080C0;
	font-size: small;
	background-image: url(nav/exclaim_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.big
{
	font-size: x-large;
	font-weight: bolder;
	padding: 0em 0.5em 0em 0em;
}

img.dropmenudiv{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}