/***********************************************
* Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.chromestyle{
	width: 100%;
}

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

.chromestyle ul{
	width: 970px;
	background: url(../images/menubg.jpg) repeat-x center center;
	text-align: right;
	border-bottom: 1px solid #000000;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #BBBBBB;
	padding: 4px 10px 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #333333;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/menubg2.jpg) repeat-x center center; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 10px;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border: 1px solid #666666;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*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;
}
#wrapper #masthead .content #menu #chromemenu .newtxt {
	color: #00B8FD;
}
#wrapper #masthead .content #menu #chromemenu .newlink a:link   {
	color: #CCC;
	text-decoration: none;
}
#wrapper #masthead .content #menu #chromemenu .newlink a:visited {
	color: #CCC;
	text-decoration: none;
}
#wrapper #masthead .content #menu #chromemenu .newlink a:hover {
	color: #00B8FD;
	text-decoration: none;
}

