/* general stuff */

/* Drop down menu styles */


.chromestyle{
	width: 99%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/menbkg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: right center; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000000;
	padding: 4px 20px 4px 7px;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
}
.chromestyle a:hover{
	color: #000000;
	font-weight:bold;
	text-decoration: none; /*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;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #C5D3F0;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	background-image: url(/images/menupassivebkg.jpg);
	background-repeat: repeat-y;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #213965;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	background-color: #ABC2E1;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/menuactivebkg.jpg);
	background-repeat: repeat-y;
	color: #000000;
}

/* san bar... same as rest of site, but slightly wider, and different background from the fp.css */

#SAN {
     background-color:#000;
		 \height:22px; /* simplified box model hack (SBMH) */
		 he\ight:20px; /* must appear _after_ e because can't start before 6 first letters of alphabet */
		 padding: 0px 5px 3px 5px;
		 \width:955px; /* = width - (minus) padding ..? */
		 w\idth:942px;
		margin: 0px auto 0px auto;
		text-align: left;
		 }
		 		 
		#SAN_logo {
		 float:left;
		 font: bold 10px verdana, sans-serif;
		 color:#999;
		 padding-top:2px;
		 padding-left:3px;
		 } 

    #SAN_links {
		 float:right;		 
		 font:bold 10px verdana, sans-serif;
		 color:#666;
		 margin-top:-1px;
		 }
		 		

			#SAN_links a {
				 color:#fff; /* lighter D7F2FF darker AFE6FF */ /* border-bottom:1px dotted #666; */
				 text-decoration:none;
				 }
				 
				#SAN_links a:hover {
				 text-decoration:underline;
				 } 
    
    #SAN select {
		 width:130px; 
		 font:10px verdana, sans-serif;
		 font-weight:bold;
		 text-decoration:none;
		 background-color: #000; 
		 color: #fff;
		 margin-left:2px;
		 /* WOULD BE COOL if this was dhtml or sthing and drop down menu was flush right with design */
		 }
