/* clearfix */
.chromestyle{
//width: 99%;
//font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.chromestyle ul{
border: 0px;
width: 99%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
text-decoration: none;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
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*/
text-decoration: none;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

.chromestyle ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family: Arial, Helvetica, Verdana;

font:normal;
font-size:14px;
line-height:30px;
text-indent: 0px;
z-index:100;
width: 230px;
visibility: hidden;
padding: 0px;
margin: 0px;
text-decoration: none;
	color: #ffdc00; /*YELLOW Text*/
	background-color: #ffdc00; /*YELLOW BG*/	

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);/*Shadow menu*/	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

.dropmenudiv a{ /*-----Drop Menu - Mouseover: OFF*/
font-family: Arial, Helvetica, Verdana;
font:normal 14px;
width: auto;
display: block;
padding: 0px 0;
font-weight: normal;
border-top: 1px solid #616262; /*GREY line*/
color: #000000; /*BLACK Text*/
background-color: #ffdc00; /*YELLOW BG*/
text-decoration: none;
}

.dropmenudiv a:visited{ /*-----Drop Menu - Mouseover: OFF + YELLOW BG*/ 
font-family: Arial, Helvetica, Verdana;
font:normal 14px;
color: #000000; /*BLACK Text*/
background-color: #ffdc00; /*YELLOW BG*/
text-decoration: none;
}

.dropmenudiv a:hover{  /*-----Drop Menu - Mouseover: ON + GREY BG*/
font-family: Arial, Helvetica, Verdana;
font:normal 14px;
background-color: #F0F0F0;
color: #ffdc00; /*YELLOW Text*/
background-color: #525252; /*GREY BG*/
text-decoration: none;
}

.dropmenudiv ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

.dropmenudiv ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

.dropmenuend{
position:absolute;
height:6px;
background: url(../images/menu_roundcorner.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* rounded corners of first and last link - - - - - - - - - - - - - - - */

#dropmenudiv ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
