#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
padding: 6px 12px 6px 7px;
text-decoration: none; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	font:normal 10px Verdana;
	line-height:14px;
	z-index:100;
	width: 219px;
	visibility: hidden;
	margin-left: 230px;
	text-align: left;
	margin-top: -20px;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background: url('../img/kom-pos-menu-02.png') repeat-y;
}

.dropmenudiv a:hover{
	background: url('../img/kom-pos-menu-02b.png') repeat-y;
}
