
/* CSS Document */

.menu-tabs {
	border-bottom: 4px;
}
.menu-tabs ul {
	padding:  0;
	margin: 0px;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding: 0;
}
.menu-tabs li {
	padding: 0px;
	margin-left: -50px;
	display: inline;
}
.menu-tabs li a {
}
.menu-tabs li img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}

/* ######### Style for Drop Down Menu ######### */
.menu-dropdown {
	position:absolute;
	top: -10;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #ffffff;
	/* background-image: url(menubg.png); 
	background-repeat: repeat-y;*/
}
.menu-dropdown a {
	width: auto;
	display: block;
	border: 0 solid #cccccc; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	padding: 2px 5px;
	text-decoration: none;
	color: black;
	text-align: left;
}
* html .menu-dropdown a { /*IE only hack*/
	width: 102%;
}
.menu-dropdown a:hover { /*THEME CHANGE HERE*/
	color: white;
	background-color: #666666;
}
