/* CSS Document */
#menu {
	width: 758px;
	margin-top:5px; 
	height:50px;
	float:right;

}

#menu ul {
	margin: 0px;
	padding: 0px; display:block;
	list-style: none;
	text-align:right;
}

#menu li {
	display: inline; height:40px;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color:#ef8200;

}

#menu .active {
	background: #FFFFFF;
	color:#ef8200;
}


/** Left Menu */
#leftmenu {

	float: left;
	padding-left:5px;
	width: 200px;
}
#leftmenu ul{
	float: left;
	margin:0px;
	padding: 20px 0px 20px 5px;
	width: 200px;
}
#leftmenu li{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight:bold;
	list-style:none;
	padding:0 0 0 0px; 
	vertical-align:middle; 
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#EAEAEA;
}
#leftmenu li a:hover{
text-decoration:none;
display:block; 
background:#DFF4FF;
}

#leftmenu li.nolink{
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
	font-size:16px;
	color:#ef8200;
	height:24px;
	padding-top:10px; padding-bottom:15px;
}

#leftmenu li.nolink a{ text-decoration:none;
	color:#ef8200;
}

#leftmenu li.submenu a{
text-decoration:none; 
background:url(images/list_bullet.jpg) no-repeat left;
padding-left:18px;
font-size:12px;
border-bottom-width: 1px;
border-bottom-style:solid;
border-bottom-color:#FFFFFF;
}

#leftmenu li.submenu a:hover{
text-decoration:none;
display:block; 
background:#DFF4FF;
}

#leftmenu li.selected a{
	color:#ef8200;
	text-decoration:none; 
background:url(images/list_bullet.jpg) no-repeat left;
padding-left:20px;
font-size:12px;
border-bottom-width: 1px;
border-bottom-style:solid;
border-bottom-color:#FFFFFF;
}
