.basictab{
padding: 3px 0 3px 20px;
margin-top:1px;
margin-bottom: 0px;
margin-left: 0px;
font: 15px Verdana;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
background:url(../images/basictab_bg1.gif) repeat-x;  /* Changed */
}

.basictab li{
display: inline;
margin: 0;
padding: 0 0px 3px 2px;
font-family:Arial, Helvetica, sans-serif; /* Added */
font-size:18px; /* Added */
}

.basictab li a{
text-decoration: none;
padding: 0px 10px 3px 8px;
color: #ffffff; /* Changed */
}


.basictab li a:visited{
color: #ffffff; /* Changed */
}

.basictab li a:active{
color: #ffffff; /* Changed */
}

.basictab li a.hover{   
color: #ffffff;
background:url(../images/basictab_active_right_bg.gif) no-repeat right top;
}

.basictab li.hover{
color: black;
background:url(../images/basictab_active_bg.gif) no-repeat;
}



.basictab li.selected a{ 
position: relative;
font-weight: bold;
color: black;
padding: 3px 7px 5px;
background:url(../images/basictab_active_bg.gif) repeat-x bottom left;
}


/*.submenustyle{
margin-left: 20px;
padding: 6px 1px 8px;
border: 1px solid #9c9c9c;
background-color: #f3f0f0;
border-top-width: 0;
filter:alpha(opacity=0);
-moz-opacity:0;
float:left;
position:absolute;
width:660px;
} */

.submenustyle{ /* Changed */
margin-top:-3px;
*margin-left: 8px;
_margin-left: 8px;
padding: 3px 1px 8px;
border: 2px solid #058bff;
background-color: #ffffff;
filter:alpha(opacity=0);
-moz-opacity:0;
float:left;
position:absolute;
}

.no-display{
display: none;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
*width: auto;
_width: auto;
}

/*.submenustyle a{
padding: 0 0 2px;
color:#666666;
text-decoration: none;
margin-right: 3px;
margin-left: 8px;
}

 .submenustyle a:hover{
background:url(../images/submenu_active_bg.gif) repeat-x bottom;
} */

.submenustyle a{ /* Changed */
display:block;
padding: 3px 6px 7px 13px;
color:#666666;
text-decoration: none;
margin-right: 3px;
margin: 6px;
background:url(../images/menu_07.gif) repeat-x bottom left;
}

.submenustyle a:hover{ /* Changed */
color:#D84918;
text-decoration:underline;
}

#home_icon{
float:left; 
width: 48px; 
text-align: center; 
margin-top:-7px; 
height: 43px;
}

/* pagination Style Sheet */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #0C7FC6;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #0C7FC6;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #0C7FC6;
		
		font-weight: bold;
		background-color: #0C7FC6;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	

