#menu_container { 
    font-size:.7em; 
    position:relative; 
    z-index:10; 
    width:100%; 
    background:#000  
    border-top:0px solid #393d3e; 
    border-bottom:0px solid #6e8085; 
    clear:both;
}

#menu_block { 
    display:inline-block; 
    width:800px; 
    margin:0 auto; 
}


#menu_container #search { 
    float:right; 
    width:250px; 
}


#menu_container #menu_block #search #textfield input { 
    float:right;     
    height:1.45em; 
    width:154px; 
    color:#3a5c6d; 
    font-size:.9em; 
    padding:1px 0 0 2px; 
    margin:2px 3px 0 0;
    border:#00adef 1px solid;
}

#menu_container #search #button input {
	float:right;
	background:#000 url(black_bg.jpg) repeat-x;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#fff;
	margin:0;
	padding-top:3px;
	padding-bottom:4px;
	cursor: pointer;
	padding-right: 4px;
	padding-left: 4px;
}

.chromestyle{
	width: 99%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(black_bg.jpg);
	background-repeat: repeat-x;
}


.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%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(black_bg.jpg);
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
	padding: 0px;
}

.chromestyle ul li a{
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000;
	padding-top: 4px;
	padding-right: 28px;
	padding-bottom: 4px;
	padding-left: 28px;
}

.chromestyle ul li search{
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	clear: left;
	float: right;
}

.chromestyle ul li a:hover{
	background-image: url(black_bg_over.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "" url();
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:12px;
	z-index:100;
	background-color: #999999;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);		border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #333333;
	color: #3366CC;
	text-decoration: underline;
}


.dropmenudiv ul{
	border: 1px solid #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-color: 999999;
}

.dropmenudiv ul li{
	display: inline;
	color: #FFFFFF;
}

.dropmenudiv ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #000000;
}

.dropmenudiv ul li a:hover{
	background-color: #000000;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: normal;
}

.dropmenudiv ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}




.bodycopy{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.bodycopy a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.bodycopy a:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366CC;
	text-decoration: underline;
}
.bodycopy a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

body {
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0066FF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: inherit;
}

.search {
	width: 55px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(black_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	background-position: center;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	margin-right: 5px;
}
.largecopy_blue {
	color: #0066FF
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 14px;
	font-style: italic;
}


.largecopy {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
}
