.chromestyle{
	width: 750px;
	font-family:Verdana;
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.top a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-style: normal;
	color: #999;
	letter-spacing: 1px;
	display: block;
	height: 18px;
    padding: 5px 8px 0px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #f8f8f8;
	border-bottom-width: 0;
	border-top-width: 0;
}

.top a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-style: normal;
	color: #999;
	letter-spacing: 1px;
	display: block;
	height: 18px;
    padding: 5px 8px 0px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #f8f8f8;
	border-bottom-width: 0;
	border-top-width: 0;
}

.top a:visited{
	color: #999;
}

.top a:active{
	color: #999;
}

.top a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	border-top-width: 0;
}

.dropmenudiv{
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	color:#999;
	position:absolute;
	top: 0;
	border: 1px solid #ccc;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #fff;
	width: 150px;
	visibility: hidden;
}

.dropmenudiv a:link{
	font-family: Verdana;
	font-size: 10px;	
	color: #999;
	font-weight:normal;
	width: auto;
	display: block;
	width: 150px;
	text-indent: 10px;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a:visited{ 
	font-family: Verdana;
	font-size: 10px;	
	color: #999;
	font-weight:normal;
	width: auto;
	display: block;
	width: 150px;
	text-indent: 10px;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a:active{ 
	font-family: Verdana;
	font-size: 10px;	
	color: #999;
	font-weight:normal;
	width: auto;
	display: block;
	width: 150px;
	text-indent: 10px;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-decoration: none;
}

.dropmenudiv a:hover{ 
	width: 150px;
	color: #000;
	font-weight:normal;
	border-left: 0;
	border-right: 0;
	background-color: #f8f8f8;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #000000;
	width: 100%;
}
