div #bottom_menu {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 200 !important;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

div #bottom_menu ul, li, dt, dl, dd, ol { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
} 

div #bottom_menu ul {
	margin: 0px;
	padding: 0px;
	border: 2px solid #760000;
}

div #bottom_menu ul li {
	position: relative !important;
	height: 22px;
	background-color: #EEEEEE;
	width: 268px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div #bottom_menu a.main_category {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
}

div #bottom_menu a.main_category:hover {
	color: #000000;
	text-decoration: underline;
}

div #bottom_menu li:hover {
}

div #bottom_menu li:hover a {
}

div #bottom_menu li a {
	text-decoration: underline;
}

div #bottom_menu li a:hover {
	text-decoration: underline;
}

div #bottom_menu li ul {
	display: none;
	position: absolute !important;
	top: -5px;
	left: 268px !important;
	margin: 0px;
	padding: 0;
	right: 0px;
	bottom: 0px;
	background-color: #E0E0E0;
	border: 1px none #000000;
}

div #bottom_menu li li {
	clear: both;
	position: relative;
	line-height: 18px;
	background-color: #E0E0E0;
	border: 0px none #000000;
	margin: 0px;
	padding: 0px;
	width: 200px;
} 

div #bottom_menu li li.second_level a { 
	text-indent: 10px; 
}

div #bottom_menu li:hover ul, li.over ul {  
	display: block !important; 
}

div #bottom_menu li li a {
	font-size: 10px;
	text-decoration: none;
	display: block !important;
	color: #000000 !important;
	background-color: #E0E0E0;
	text-indent: 3px;
	float: left;
	width: 100%;
	border: 1px solid #003366;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div #bottom_menu li li a:hover {
	color: #760000 !important;
	text-decoration: underline;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #EEEEEE;
}