/*.chromestyle {
	position:absolute;
	z-index:4;
}

Add margin between menu and rest of content in Firefox
.chromestyle:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

/*.chromestyle ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
	/*padding: 0px;
	margin: 0px;
	text-align: center;*/ /*set value to "left", "center", or "right"*/
/*}*/

/*.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #494949;
	padding: 4px 7px;
	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*/
/*}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	width:180px; /*130*/
	padding:0px;
	margin:0px;
	z-index:100;
	visibility:hidden;
	padding-left:0px;
	/*border-left: 1px solid #abd237;
	border-right: 1px solid #abd237;*/
	/*top:0;
	height:27px;

	margin-top:10px;*/
	/*background:url(../images/bg_dropmenu1.gif) no-repeat left top;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
/*	width:100% !important;
	width:380px;
	height:27px;
	display:block;*/
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
}

.dropmenudiv ul li {
	padding-left:25px;
	margin:0px;
	line-height:24px;
	background:url(../images/subnavi_2.png) repeat-y left top;
	zoom:1;
	vertical-align:top;
}

.dropmenudiv ul li.topimg {
	/*background:url(../images/subnavi_2.gif) repeat-y left top;*/
	/*width:130px;
	height:19px;
	display:block;
	padding:0px;
	margin:0px;
	line-height:1px;
	font-size:1px;*/
}

.dropmenudiv ul li.bottomimg {
	background:url(../images/subnavi_3.png) no-repeat left bottom;
	width:180px;
	height:12px;
	display:block;
	padding:0px;
	margin:0px;
	line-height:1px;
	font-size:1px;
}


/*.dropmenudiv ul li a {
	float:left;
	line-height:27px;
}

html .dropmenudiv a {
	width: 100%;
}

.dropmenudiv a:hover {THEME CHANGE HERE
	background-color: #9bcc37;
	color: #ffffff;
}*/
