.olaManagerMenuStyle{
	width: 100%;
	font-size: 11px;
	font-weight: bold;

}

.olaManagerMenuStyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.olaManagerMenuStyle ul{
	background: url(/img/swsh.gif) repeat; /*THEME CHANGE HERE*/
	padding: 8px 5px;
	margin: 0;
	font-size: 11px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

/* Standards compliant - problems with IE 7 */
.olaManagerMenuStyle ul li
{
	display: inline-block;
}
/* IE 7 only */
*+ .olaManagerMenuStyle ul li
{
	display: inline;
}

.olaManagerMenuStyle ul li a{
	color: #494949;
	font-size: 11px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #7c7c7c;*/
}

.olaManagerMenuStyle ul li a:hover
{
	
}

.olaManagerMenuStyle ul li a[rel]:after
{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenuManagerdiv{
	position:absolute;
	top: 0;
	border: 1px solid #7c7c7c; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	text-align: left;
	z-index:100;
	background-color: white;
	width: 125px;
	visibility: hidden;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.dropmenuManagerdiv a{
	font-size: 11px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7c7c7c; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #4e7cd2;
}

* html .dropmenuManagerdiv a{ /*IE only hack*/
width: 100%;
}

.dropmenuManagerdiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

