.chromestyle{
width: 99%;
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{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin: 0;
	padding: 4px 0 4px 0px;
	text-decoration: none; 
	font-weight: bold;
	width: 320px;
	display: block;
	line-height: 14px;
	background-color: #0a090a;
	background: rgba(10, 9, 10, 0.92);

}

.chromestyle ul li{
	background: none;
}

.chromestyle ul li a{
	display: block;
	line-height: 14px;
	color: #cbcbcc;
	padding: 0;
	margin: 0;
	text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

	bottom: 0;
	padding-bottom: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px;
	z-index:100;
	width: 320px;
	visibility: hidden;

}


.dropmenudiv a{
	color: #cbcbcc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 4px 10px 4px 10px;
	text-decoration: none; 
	font-weight: bold;
	width: 320px;
	display: block;
	line-height: 14px;
	background-color: #0a090a;
	background: rgba(10, 9, 10, 0.92);
}

* html .dropmenudiv a{ /*IE only hack*/
//width: 100%;
}
