.chromestyle
{
	width: 99%;
	font-weight: bold;
	color: #ffffff;
}

.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 #BBB;
	width: 100%;
	padding: 4px 0;
	margin: 0 0 0 80;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color: #ffffff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after
{
	/*HTML to indicate drop down link*/
	content: " v"; /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{   
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: 12px/20px Verdana;
	line-height: 20px;
	z-index: 100;
	background-image: url(/images/egoke_home_tag.gif); 
	width: 196px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=150,strength=4); /*Add Shadow in IE. Remove if desired*/
  }

.dropmenudiv a
{

}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
}