

/* = = = = = = = = = = = = = = = = = = = ONLY MODIFY THESE OPTIONS = = = = = = = = = = = = = = = = = = = */ 

.css_tab {
	height:26px; /* Use this value to modify height in conjunction with ".css_tab a line-height " */
	background:#161237;
	padding:0 0 0 4px;
	font-size:12px;
	font-weight:bold;
}
.css_tab li {
	border-right:1px solid #161237; /* Gap between tabs... can be margin:0 2px; for centered layouts */
}
.css_tab a {
	color:#000033;
	padding:0 0; /* Link Padding - MINIMUM OF 8px FOR THIS VALUE - Height padding must be 0 */
	line-height:26px; /* Use this value to modify height in conjunction with ".css_tab height " */
	text-decoration:none; /* Tab Text Underline - You will probably not want to change this */
	width:111px;
}
.lastlink {
	width:108px !important ;
}

/* = = = = = = = = = = = = = = = = = = = ONLY MODIFY ABOVE OPTIONS = = = = = = = = = = = = = = = = = = = */ 


/* = = = = = = = = = = = = = = = = = = DO NOT MODIFY BELOW THIS LINE = = = = = = = = = = = = = = = = = = */ 
.css_tab a {
	display:block;
	background:url(images/leftcapx.jpg) top left no-repeat ;
}
.css_tab li {
	display:inline;
	float:left;
	background:url(images/rightcapx.jpg) top right no-repeat ;
}
.css_tab ul, .css_tab li {
	margin:0;
	padding:0;
	list-style:none;
}
.css_tab .current {
	background:url(images/rightcapx.jpg) center right no-repeat !important ;
}
.css_tab .current a {
	background:url(images/leftcapx.jpg) center left no-repeat !important ;
	border-bottom:1px solid #FFF !important ;
}
.css_tab li:hover {
	background:url(images/rightcapx.jpg) bottom right no-repeat ;
}
.css_tab li:hover a {
	background:url(images/leftcapx.jpg) bottom left no-repeat ;
}


.css_tab li ul {
	position:absolute;
	margin:0 0 0 -1px;
	border-color: #161237;
	border-style: solid;
	border-width: 0 0 0 0 ;
	display:none;
}
.css_tab li li {
	background:none;
	float:none !important ;
	width:180px;
	clear:both;
	border:none;
}
.css_tab li li:hover {
	background:none;
}
.css_tab li:hover ul {
	display:block;
}
.css_tab li li a {
	background:#efefef;
	border-color: #161237;
	border-style: solid;
	border-width: 0 1px 1px;
	width:180px;
	line-height:20px;
}
.css_tab li li a:hover {
	background:#CCCCCC url(images/li_li_fade.gif) bottom !important ;
}
.css_tab li:hover li a {
	background:#EFEFEF url(images/li_li_fade.gif) top ;
}
.last_set a {
	width:108px !important ;
}


/* = = = = = = = = = = = = = = = = = = DO NOT MODIFY ABOVE THIS LINE = = = = = = = = = = = = = = = = = = */ 