/*SUBNAV FOR THE MENU TABS*/
.ctt_subnav {
	padding: 1px;
	clear:both;
	overflow: hidden;
	margin-left: 2px;
	margin-right: 2px;
	height: 20px;
	zoom: 1;
	background: url(../images/submenu_bgtile.gif) repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
 }
.ctt_subnav a {
	float: left;
	text-decoration: none !important;
 }  

.ctt_subnav ul {
	margin:0;
	padding:0;
	list-style: none;
 }

.ctt_subnav ul li {
	float: left;
	height: 18px; 
	padding: 0px;
	list-style-type: none !important;
	margin:0;
}  
 
.sublink {
	background: url(../images/submenu_bgtile.gif) repeat-x;
	color: #003066;
}

.sublink:hover {
	font: 10px Arial;
	color:#996633;
	display: block;
	text-decoration: none !important;
	cursor: hand;
} 

.sublink:hover div {
  	font: 10px Arial;
	color:#996633;
}

.sublink:hover div div {
  	font: 10px Arial;
	color:#996633;
}

.sublink div {
	background: url(../images/submenu_bgtile.gif) repeat-x;
    float: left;
	height: 16px;   
}

.sublink div div {
	text-align: center;
	/*height: 13px;*/
  	font: 10px Arial;
	color:#003066;
	text-decoration: none;
	margin-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #929292;    
    /*white-space: nowrap;*/
}

.sublinkhover:hover{
	font: 10px Arial;
	color:#996633;
	display: block;
	text-decoration: none !important;
	cursor: hand;
}

.sublinkhover div {
	background: url(../images/submenu_bgtile.gif) repeat-x;
    float: left;
	height: 16px; 
} 

.sublinkhover div div{
	margin-bottom: 3px;
	margin-top: 3px;
	color:#996633;
  	font: 10px Arial;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #929292;  
}


