#menu {
	background:url(../img/bg_menu.jpg) repeat-x top;
	text-align:left;
	color:#fff;
	height:32px;
	margin:0 3px;
}

#menu p {
	padding:5px 0 0 0;
	margin:0;
}

#menu a {
	color:#fff;
	text-decoration:none;
	font-family: "Trebuchet MS", sans-serif;
	font-size:13px;
}

#menu a:hover {
	color:#DDE7B5;
}

#dropmenudiv{
	position:absolute;
	font:normal 12px Verdana;
	line-height:18px;
	/*border:#fff solid 1px;*/
	z-index:10000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background:#374067;
	color:#fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size:13px;
	text-align:left;
	border-bottom:#66739D solid 1px;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-decoration:none;
	background:#374067 url(../img/bg_menu_sub.jpg) repeat-x bottom;
	color:#DDE7B5;
	text-align:left;
	border-bottom:#C2C6D7 solid 1px;
}

div.menu_in {
	background:url(../img/bg_menu_six.jpg) no-repeat left top;
	height:32px;
}

div.menu_out {
	background:url(../img/bg_menu_dex.jpg) no-repeat right top;
	height:32px;
}
