/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* all levels inner */
.minner {
	font: 10px Tahoma,Verdana,sans-serif;
	color: black;
	margin: 1px;
}
ul {
	list-style-type: none;
	margin-left: 0px;
}

/* all levels outer */
.moout {
	border : 1px solid #666666;
	background-color: #ffffff;
}
li {
	padding-bottom: 4px;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
}


.moover {
	border: 1px solid #666666;
	background-color: #cccccc;
}.nav-box {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #999999;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}







#dropmenudiv{
	position:absolute;
	z-index:100;
	font-style:normal;
	font-variant:normal;
	font-size:11px;
	font-family:Arial;
	color:black;
}

#dropmenudiv a{
	width: 165px;
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 1px;
	padding-right: 3;
	padding-bottom: 1px;
	padding-left: 3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #333366;
} 

/*change hover background color below*/

#dropmenudiv a:hover{
	background-color: #CCCCCC;
	color: #000000;
}
