/************************* dropdown menu ************************/

#navigation { /*position: absolute; top: 25%; left: 3%;*/ width: 205px; float:left; }

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	margin:0px;
	padding: 0px;		
	list-style-type: none;
}

#menu LI { 
	width:205px; margin:0px; padding:0px; list-style-type:none;
	border-bottom:1px dotted #e3e1df;
}
#menu LI UL { margin: 0px 0px 0px 15px; list-style-type: disc; }
html>body #menu LI UL { margin: 0px 0px 0px 12px; }

#menu A {
	background:url(../images/frontend/bullet3.gif) no-repeat 5px 7px ;
	height:15px; width:175px; margin:0px; padding:7px 5px 7px 25px;
	text-decoration:none; color:#000000;
}
#menu A:visited {color:#000000; }
#menu A:active { color:#000000; font-weight:bold;}
#menu A:hover { color:#000000; background-color:#e3e1df;}

