





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	top: 0px;
	left: 0px;
	font-family:Verdana;
	font-size: 10px;
	line-height:18px;
	z-index:100;
	background-color: #DE0021;
	width: 150px;
	visibility: hidden;
	padding: 5px;
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB; */
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html .dropmenudiv a
{ 
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{ 
	background-color: #ccc;
}

#chromemenu {height: 30px;}
#chromemenu img {margin: 8px 5px 0 0;}