.chromestyle{
	font-weight: bold;
}

.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%;
	margin: 0;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	text-decoration: none;
	letter-spacing: 4px;
	padding-right: 8px;/*changed to 8 from 12 for login*/
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 4px;
	margin: 0;
}

.chromestyle ul li a:hover{
	background-image: url(../images/menu/ul_hover.gif);
	background-repeat: repeat-x;
}

/*.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
}
*/
.dropmenudiv/* ######### Style for Drop Down Menu ######### */

{
	position:absolute;
	top: 0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #990000;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	margin-top: 4px;
	background-image: url(../images/menu/shadow.jpg);
	background-repeat: repeat-x;
	width: 200px;
}
.dropmenudiv   a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	width: 200px;
	border-right-style: solid;
	border-right-color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	letter-spacing: 1px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/menu/diagonal_2.jpg);
	background-repeat: repeat;
}
