
td.menu {
	margin:0px;
	padding:0px;
	width:770px;
}

.chromestyle{
width: 830px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #000031;
width: 100%;
/*background: url(/media/system/menu/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 0px 0px 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font:normal 10px Verdana;
font-weight: normal;
height:18px;
}

.chromestyle ul li{
display: inline;
padding: 0px 5px 0px 5px;
}

.chromestyle ul li a{
font-family: "Trebuchet MS",verdana,arial,sans-serif;
color: #0066CC;
padding: 0px 1px 0px 1px; 
margin: 0px 0px 0px 0px;
text-decoration: none;
text-indent: 0px;

/*border-right: 1px solid #000031;*/
}

.chromestyle ul li a:hover{
/*background: url(/media/system/menu/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #0066FF; /*THEME CHANGE HERE*/ /*old grn- 61C000 welcoome*/
	line-height:14px;
	z-index:9999999;
	background-color:#ffffff;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv ul li{
	background-image:none;
	display:list-item;
	float:none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #0099ff; /*THEME CHANGE HERE*/ /*old grn- 61C000*/
	padding: 2px 0;
	text-decoration: none;
	font:14px;
	color: #0066CC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*old grn- 9ccf00 blue-75C8F4*/
/*background-color: #75C8F4;*/
color: #DB932A;
} 

/*.buffer {
	clear: both; 
	width: 770px; 
	height: 30px; 
	margin: 0px; 
	padding: 0px; 
	background-color: rgb(255,255,255);
}*/
