#dropcategory, 
#dropcategory ul {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color:#e8e8e8;		
	width:100%;
}
#dropcategory li {
	list-style-type: none;
	text-align: center;
	width: auto;
	float: left;
	height: auto;
	margin: 0px;
	padding:0 5px 0px 3px;	
	display: block;	
}
#dropcategory li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 15em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}
#dropcategory li a {
	list-style-type: none;
	display: block;
	width: auto;
	padding:5px 10px 6px 10px;	
	text-decoration: none;
	font-size: 13px;	
	height: auto;
	color: #007EC4;
	margin: 0px;	
}


#dropcategory li a:hover {	
	display: block;
	text-decoration:underline;
	
}
#dropcategory li li a {
	margin: 0px;
	padding:5px 5px 5px 10px;	
	background-color: #e8e8e8;
	display: block;
	width: auto;		
}
#dropcategory li li a:hover {	
	text-decoration: underline;	
}

#dropcategory span {

}
#dropcategory li#home {
	display: block;
}
#dropcategory li#home a, 
#dropcategory li#home a:hover {
	background-color: #555555;
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#dropcategory ul {
	position:absolute;
	width: 10em;
	left: -999em;
	z-index: 9999;
	padding: 0px;
	margin:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f4f4f4;
}

#dropcategory ul ul {
	margin-top: -2.31em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #222222;
}
#dropcategory li:hover ul ul, #dropcategory li:hover ul ul ul, #dropcategory li:hover ul ul ul ul {
	left: -999em;
}
#dropcategory li:hover ul, #dropcategory li li:hover ul, #dropcategory li li li:hover ul, #dropcategory li li li li:hover ul {
	left: auto;
}

#dropcategory .current-cat {
	display: block;
}
#dropcategory .current-cat li {

}
#dropcategory .current-cat a {
	color:#333333;
}
#dropcategory .current-cat li a {

	background-color: #333333;
}
#dropcategory .current-cat li a:hover {

	background-color: #004891;
}
#dropcategory #rss, #dropcategory #twit {
	display: block;
	margin: 0px;
	padding: 0px;
}
#dropcategory #rss img, #dropcategory #twit img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
}
#dropcategory #rss a, #dropcategory #twit a {
	background-color: transparent;
	display: block;
	margin: 0px;
	padding: 0px;
}
#dropcategory #rss a:hover, #dropcategory #twit a:hover {
	background-color: transparent;
}
