body {
	margin-top : 0px;
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	font: .75em;
	background-color : Black;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	font-size: .75em;
}

.text1u {
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	font-size: .75em;
	text-decoration: underline;
}

.text2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #ffffff;	
}

ul.circle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .75em;
	color : Black;
	list-style-type : circle #bd2918;
}

#list-menu {
	width: 140px;
	
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

#list-menu li {
margin: 12px 0 0;
} 

#list-menu a {
	display: block;
	width:140px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: #000000;
	font-family: arial, Helvetica, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	text-decoration: none; /*lets remove the link underlines*/
	color: white;
} 

#list-menu a:hover {
	border: 1px solid #000000;
	background: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	color: #000000;
} 

.hovermenu ul{
font: bold 10pt arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 1px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #d1d2d4;
	border: 2px solid #c0c0c0;
}

.hovermenu ul li a:hover{
background-color: #ffffff;
border-style: outset;
text-decoration: none;
float: left;
color: black;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

a.sm:link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

a.sm:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;	
}

a.sm:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	text-decoration: underline;
}

.chromestyle{
width: 100%;
font-weight: bold;
font:normal 12px Verdana, tehoma, arial;

}

.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 #000;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000000;
}

.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: " v"; /*
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px verdana, tehoma, arial;
line-height:15px;
z-index:100;
background-color: #000;
width: 150px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 12px verdana, tehoma, arial;
color: #ffffff;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #891514;
font:normal 12px verdana, tehoma, arial;
}

a.bot_menu:link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
}

a.bot_menu:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
}

a.bot_menu:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
	font-variant: small-caps;
}