﻿.menustyle{
	background: transparent url("../images/workshopBlankTab.gif") repeat-x;
	width:780px;
	margin: 0 0 0px 0px;
	height: 41px;
	padding: 0px 0 0 22px;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
width: 100%;
padding: 0px 0px;
height: 41px;
margin: 0 0 0 0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff!important;
padding: 15px 20px 2px 20px;
margin: 0;
height: 24px;
display: block;
float: left;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.menustyle ul li a.selected {
background-color:  #83af56;
color: #ffffff !important;
}
.menustyle ul li a.current {
background-color:  #83af56;
color: #ffffff !important;
}
.menustyle ul li a:hover {
background-color: #83af56;
color: #ffffff !important;
}
.menustyle ul li a:active {
background-color:  #83af56;
color: #ffffff !important;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #91c5e3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:22px;
z-index:100;
background-color:#0c462d;
width: 200px!important;
display: none;
font-size: 12px;
filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 20px;
border-bottom: 1px solid #91c5e3; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff!important;
font-size: 12px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #83af56;
color: #10487b!important;
font-weight: bold!important;
}