BODY {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

#menu {
	width: 100%;
	padding: 0 0 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFCC99;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 1em;
	}
	#menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
	#menu li {
	border-bottom: 1px solid #FFCC99;
	margin: 0px;
	padding: 0;
		}
		#menu li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	background-color: #CB5348;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
		}

	#menu li a:hover {
		background-color: #FF8000;
		color: #ffffff;
		}

#login input[type="submit"]{
color: white;
background: #CB5348;
}


.menuskin{
position:absolute;
width:165px;
background-color:white;
border:2px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}
