#mannav {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

#mannav li {
	width:auto;
	height: auto;
	line-height: 16px;
	padding-left:30px;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px center;

}

/* --------------------------------------------------- */
.mandropbox{
	width: 100%;
}
/* --------------------------------------------------- */

#headmenu {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	
}
#headmenu ul{
             margin:0;
             padding:0;
			 text-align: left;
			 list-style-type: none;
			 }
#headmenu li{
            margin:auto;
            padding:0;
			list-style-type: none;
			
			}			 
#headmenu a{color:#4d84a7;}
#headmenu a:hover {color:#4d84a7;}
#headmenu a:visited{color:#4d84a7;}

