#home .menustyle .home {
	display: none;
}
	
.menustyle {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	background-color: #79bde9;
	text-align: center!important;
	overflow: hidden;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#home .menustyle ul {
width: 91%;
padding: 0;
margin: 0 auto!important;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menustyle ul {
width: 98%;
padding: 0;
margin: 0 auto!important;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menustyle ul li {
display: inline;
}
.menustyle .divider {
display: block; float: left; margin: 0 11px;
}
.menustyle ul li a {
color: #ffffff!important;
padding: 8px 3px 0px 3px;
margin: 0 0 0 0px;
height: 25px;
display: block;
float: left;
text-decoration: none;
background-color: #79bde9;
}

.menustyle ul li a.selected {
background-color: #79bde9;
color: #ffffff !important;
}
.menustyle ul li a.current {
background-color: #79bde9;
color: #ffffff !important;
}
.menustyle ul li a:hover {
background-color: #79bde9;
color: #de0066 !important;
}
.menustyle ul li a:active {
background-color: #79bde9;
color: #ffffff !important;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left:-1px;
border: 0px solid #caaf8f; /*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #e3cbae;
display: none;
width: 195px;
}


.dropmenudiv a{
display: block;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 5px 10px 5px 10px!important;
text-decoration: none;
font-family: Tahoma, Arial, Verdana;
font-size: 13px;
font-weight: normal;
color: #ffffff!important;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #de0066!important;
}