.chromestyle {
	width: 100%;
	font-weight: normal;
	color: #FFE391;
	font-size: 10px;
	text-transform: uppercase;
	background-position: center top;
	padding-top: 0px;
	background-image: url(GWRC_21.jpg);
	height: 38px;
	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: thin none #BBB;
	width: 100%;
	background: repeat-x center center;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFE391;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.chromestyle ul li a:hover{
background: url(../newtide_02.jpg) repeat-x center center; /*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*/
}


.chromestyle2 {
	width: 100%;
	font-weight: normal;
	color: #FFE391;
	font-size: 10px;
	text-transform: uppercase;
	background-position: center top;
	padding-top: 0px;
	background-image: url(GWRC_21.jpg);
	height: 38px;
	background-repeat: repeat-x;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
	border: thin none #BBB;
	width: 100%;
	background: repeat-x center center;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chromestyle2 ul li{
	display: inline;
}

.chromestyle2 ul li a{
	color: #FFE391;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.chromestyle2 ul li a:hover{
background: url(../newtide_02.jpg) repeat-x center center; /*THEME CHANGE HERE*/
}

.chromestyle2 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;
	font:normal 11px/16px Verdana;
	z-index:100;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 0 none #FFFFFF;
	border-left: 1px none #FFFFFF;
	background-image: url(../images/ddbg3b1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 0px solid #F3F2F2;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFE391;
	top: 5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	color: #FFFFFF;
}


.dropmenudiv2 {
	position:absolute;
	font:normal 11px/16px Verdana;
	z-index:100;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 0 none #FFFFFF;
	border-left: 1px none #FFFFFF;
	background-image: url(../images/ddbg3b1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	margin-left: 200px;
}


.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 0px solid #F3F2F2;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFE391;
	top: 5px;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{
	color: #FFFFFF;
}
