.chromestyle
{	
	color: #FFFFFF;
	/*font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;*/
	font-family:Lucida Sans;
	font-family:"Cabin", "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight:400;
	/*text-transform: uppercase;*/
	/*background: url(top_nav_bg.png) center center repeat-x; /*THEME CHANGE HERE*/	
	/*background: url(top_nav_bg.png) center center no-repeat;*/
	background:#272E38;
	font-size:14px;	
	height:40px;
    line-height:normal;
}

#chromestyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	/*border: 1px solid #BBB;*/
	width: 100%;	
	padding:10px 10px 0px 0px;
    
	margin: 0;
	
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
	
}
.chromestyle a:link, .chromestyle a:active, .chromestyle a:visited
{
	/*color: #000;*/
	color:#FFF;
	text-decoration: none;	
}
.chromestyle ul li a
{
	color: #FFFFFF; /*padding: 4px 7px;*/
	padding:0px 10px 0px 10px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
	/*script dynamically adds a class of "selected" to the current active menu item*/ /*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FFFF00;
	text-decoration: none;		
	
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    visibility: hidden;
    position: absolute;
	top: -1;			
	margin:0px;	
	z-index: 100;
	background-color:#0;
	width: 250px;
	margin:-9px;
	margin-top:10px;	
	text-align:left;	
	/*height:500px;*/
	padding-bottom:225px;
	
	
	/*background-color:#000000;*/
	
	
	
}

.dropmenudiv2
{
    visibility: hidden;
    position: absolute;
	top: -1;			
	margin:0px;	
	z-index: 100;
	background-color:#0;	
	margin:-9px;
	margin-top:10px;	
	text-align:left;	
}



