@CHARSET "ISO-8859-1";

.top {
	background : url("../images/site/top.png") no-repeat;
	width:200px;
	float: left;
	left:25px;
	position:relative;
	background-position: right;
	height: 25px;
}

#menuBar {
	background-color: #FDBB5D;
	height: 25px;
	}

#menu {	
	color: white;
	font-size:10pt;
	background-color: #FDBB5D;
	height: 25px;
	margin-left: 250px;
}



#menu a {
	border-right:1px solid white;
}

a.menuItem  {
	text-decoration: none;
	color: white;
	font-size:11pt;
	font-weight: bold;
	white-space: nowrap;
	
	margin-right:5px;
	padding-right:5px;
}
				
a.menuItem:hover {
	text-decoration: underline;
	font-size: 11pt;
}

#leftMenu {
	width: 200px;
	height :100%;
	background : url("../images/site/degradev.png") repeat-x;
	float: left;
}

#leftMenu ul {
	clear:both;
	display:block;
	padding: 0px;
}

#leftMenu ul li {
	list-style-image:none;
	list-style-position: inside;
	list-style-type:none;
	color: white;
	font-size:11pt;
	font-weight: bold;
	white-space: nowrap;
}




