﻿.menutoptabs{
	float: left;
	font-size: 12px;
	line-height: normal;
}

* html .menutoptabs{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 0;
}

.menutoptabs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menutoptabs li{
	display: inline;
	margin: 0;
	padding: 0;
}

.menutoptabs a{
	float: left;
	margin: 0;
	text-decoration: none;
}

.menutoptabs a span {
	float: left;
	display: block;
	background: url(media/slide-right.gif) no-repeat right top;
	font-weight: bold;
	color: #3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menutoptabs a span {float: none;}
/* End IE5-Mac hack */

.menutoptabs a: hover span, .menutoptabs li.selected a span{
	color: black;
}

.menutoptabs a: hover, .menutoptabs li.selected a{
	background-position: 0% -125px;
}

.menutoptabs a: hover span, .menutoptabs li.selected a span{
	background-position: 100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
	display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.about {
	margin-left:3px;
}

.services {
	margin-left:-27px;
}

.dropmenudiv{
	margin-top:-1px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	position: absolute;
	top: 0;	
	border: 1px solid #ec008c;
	border-width: 0 1px;
	line-height: 18px;
	z-index: 1000;
	background-color: #FFF; /*8179A5*/
	visibility: hidden;
	width: 180px; 
}


.dropmenudiv a{
	height:20px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-indent: 5px;
	border: 0 solid #ec008c; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 6px 20px 2px 2px;
	text-decoration: none;
	color: #4f3795;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ed5eb6;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
