/* CSS Optimization by Hoofei on May 31th, 2007 */
* {
margin:0;
padding:0;
}
body {
font:14px Arial, sans-serif;
color:#333;
line-height:140%;
background:#fff;
}
#outmain {float:left;width:1px;height:1px;overflow:hidden;}

#ee55 {width:100%;height:50px;}
#eee333 {width:800px;height:50px;margin:auto;}

/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:30px;
	height:30px;
	float:right;
	overflow:hidden;
	margin-top:4px;
	margin-right:5px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	background:#000;
	width:100px;
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#fff;
	padding-left:10px;
	padding-right:11px;
	
}

.dropdown a:hover{
	text-decoration:none;
	color:#ccc;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
}

ul.droplist {background:#650c0c;line-height:30px;width:90px;}

