#dropmenu, #dropmenu ul {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#dropmenu li {
	list-style-type: none;
	text-align: center;
	width: 118px;
	height:39px;
	float: left;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 10em;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E1E1E;
}
#dropmenu li a {
	list-style-type: none;
	display: block;
	width: auto;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 3px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
	background-color: #000000;
	background-image: url(../images/menu.jpg);
	background-repeat:no-repeat;
}
#dropmenu li a:hover {
	background-color: #404040;
	background-image: url(../images/menu-hover.jpg);
        background-repeat:no-repeat;
}
#dropmenu li li a {
	display: block;
	padding: 5px;
	margin: 0px;
	background-color: #000000;
	background-image: none;
	border: 0 none;
}
#dropmenu li li a:hover {
	text-decoration: underline;
	background-color: #404040;
}
#dropmenu span {}

#dropmenu li#home {
	display: block;
        height:32px;
        width:32px;
        background-image: url(../images/home.jpg);
        background-repeat:no-repeat;	
}
#dropmenu li#home a {
	background-color: #404040;
	background-image: url(../images/home.jpg);
        background-repeat:no-repeat;
}
 #dropmenu li#home a:hover {
 background-color: #404040;
        background-image: url(../images/home-hover.jpg);
        background-repeat:no-repeat;
}

#dropmenu li#search {
        text-align:left;
	padding-left:7px;
	display: block;
        height:24px;
        padding-top:8px;
	width:200px;
        background-image: url(../images/search.gif);
        background-repeat:no-repeat;
}

#searchsubmit {
	background-color:red;
	background: url(../images/btnSearch.png) no-repeat left top;
	width:36px;
	height:20px;
	border: none; 
	cursor: pointer;

}

#dropmenu ul {
	position:absolute;
	width: 10em;
	left: -999em;
	z-index: 9999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1E1E1E;
	border-left-color: #1E1E1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;
}
#dropmenu ul ul {
	margin-top: -1.7em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10em;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	left: -999em;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	left: auto;
}

#dropmenu .current_page_item {
	display: block;
}
#dropmenu .current_page_item li {}
#dropmenu .current_page_item a {}
#dropmenu .current_page_item li a {}
#dropmenu .current_page_item li a:hover {}

