/* CSS Document */
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #000066;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/whiteblue.gif);
}
.box {
	background-image:url(../img/box-back.png);
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	padding-left: 6px;
	padding-right: 2px;
}
.men-left {
	background-color: #F3BD4B;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
}
.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
}
.end {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #636400;
}
.menu {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000146;
}
/* Start Menu css */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: verdana;
	font-size: 11px;
	
}

#nav ul li a {
	display: block;
	width: 150px;
	padding: 2px 0 2px 10px;
	color: black;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#nav ul li a { voice-family:"\"/*"; voice-family:"\"*/"; margin-bottom: -2px; }

#nav ul li a:hover {
	background: #fff6c1;

}


#nav li {
  
}

#nav ul ul {

}

#nav ul li ul li a {
	display: block;
	width: 130px !important;
	background-color: #fcd88d !important;
	padding: 2px 0 2px 30px !important;
	color: black;
}
/* End Menu css */