body{
	font-family:Arial, Helvetica, sans-serif;
}




.tabsmenu{
	position: absolute;
	left: 300px;
	top: 99px;
	width: 680px;
	font-size: 12px;
	line-height:normal;
	text-align:right;
}


#tabbar {
	width: 100%;
	height: 7px;
	background-color: #1b96b6;
	/*background-image: url(images/underbar-bg.jpg);
	background-repeat:repeat-x;*/
	position: absolute;
	top:122px;
	left: 0px;
	z-index:1;
	overflow: hidden;
}


* html .tabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

.tabsmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.tabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.tabsmenu a{
	float:left;
	background:url(images/tab-left.jpg) no-repeat left top;
	margin:0;
	margin-right: 2px;
	padding:0 0 0 9px;
	text-decoration:none;
}

.tabsmenu a span {
	float:left;
	display:block;
	background:url(images/tab-right.jpg) no-repeat right top;
	padding:4px 13px 4px 4px;
	font-weight:bold;
	color:white;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsmenu a span {float:none;}
/* End IE5-Mac hack */

.tabsmenu a:hover span, .tabsmenu li.selected a span{
	color: white;
}

.tabsmenu a:hover, .tabsmenu li.selected a{
	background-position:0% -25px;
}

.tabsmenu a:hover span, .tabsmenu li.selected a span{
	background-position:100% -25px;
}

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 ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #86bece; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #86bece; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	padding-left: 6px;
}

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

.dropmenudiv a:hover{ 
	background-color: #e3f1f1;
}
.dropmenudiv a:visited{ 
	color: black;
}


