/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 100px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #f5f5f5;
}

	.ddsubmenustyle li a:link, .ddsubmenustyle li a:visited {
	display: block;
	width: 200px; /*width of menu (not including side paddings)*/
	color: #666666;
	background-color:#C8E9FA;
	border-top: none;
	text-decoration: none;
	top: 0px;
	z-index: 99;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	list-style:none;
	text-align: left;
	text-decoration:none;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
/*width of menu (include side paddings of LI A*/
	color: #fff;
	width: 130px;
	list-style:none;
}

.ddsubmenustyle li a:hover{
	color: #fff;
	background-color: #054492;
	background-position: center top;
	text-decoration:none;
	list-style:none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
padding-bottom: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 4px;
left: 0px;
border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	background-color: transparent;
}


.tabs1 {
	list-style-type: none;
	font-family: tahoma;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #4C4C4C;
	height: 40px;
	background-image: url(images/tabs-bg.jpg);
	font-weight: bold;
	float: left;
	width:975px;
}
.tabs1 li {
	float: left;
	display: block;
 	height: 40px;
}
.tabs1 li a:link, .tabs1 li a:visited {
	color: #4C4C4C;
	display: block;
	padding: 12px 35px;
	text-decoration: none;
}


.tabs1 li a:hover{
	color:#15479a;
	 
}
.tabs1 .selected {
	color:#ffb827;
}

.tabs1 .sep{
	background-image: url(images/tab-divider.jpg);
	height: 30px;
	width: 2px;
	font-size: 1px;
	padding-top:5px;
	background-position: center top;
	background-repeat:no-repeat;
}