

.consonamenu ul{
	padding: 7px 0px 7px 0px;
	margin-left: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-height: 20px;
	font: 11px Tahoma, Verdana ms sans serif,san serif, geneva;
	list-style-type:none;
	text-align:left;
	width:760;
	font-weight : bold;

}
* html .consonamenu ul{ /*IE only hack*/

}

.consonamenu li{
	display:inline;
	margin: 10px;

}

.consonamenu li a{/*main tab style */
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	margin-right: 1px;
	margin-left: -1px;
	border-top: 0px solid #f86c05;
	border-left: 0px solid #f86c05;
	border-right: 0px solid #f86c05;
	border-bottom: 0px solid #f86c05;
	color: #0E5899;
}

.consonamenu li a:visited{
}

.consonamenu li a:hover
{
	text-decoration: none;
	color: #F07F06;
	border-bottom: 0px;
	font: 11px Tahoma, Verdana ms sans serif,san serif, geneva;
	font-weight : bold;
}
.consonamenu a.selected{ /*selected main tab style */
	border-top: 0px solid;
	border-left: 0px solid ;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-bottom-width: 0px;
	margin-left: -1px;
	color: #F06F07;
}
.consonamenu a.selected{ /*selected main tab style */
text-decoration: none;
}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	
	position:absolute;
	font: 9px Tahoma, Verdana ms sans serif,san serif, geneva;
	width:  135px;
	line-height:normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-top: 0px solid #ff9900;
	border-left: 0px solid #585858;
	border-right: 0px solid #585858;
	border-bottom: 0px solid #585858;
	list-style-type: none;
	display:inline-block;
	visibility: hidden;
	font-weight : bold;
	background-color:#ffffff;
	z-index: 100;
		
}

* html .ddsubmenustyle, .ddsubmenustyle ul{ /*IE only hack*/
	margin: 0px;
	padding: 0px;
	width:  135px;
}

.ddsubmenustyle li a
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -7px;
	display: block;
	width: 135px;
	background-color: #ffffff;
	color: #2668A2;
	text-indent:0px;
	text-decoration: none;
	text-align:left;
	padding: 8px 8px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color:#ffffff;
	color: #F07F06;
	font: 9px Tahoma, Verdana ms sans serif,san serif, geneva;
	font-weight : bold;
	
}
/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 0px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 0px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	/*background: transparent;*/
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

.div.side-link a:hover {   
	background: none;   
	background-color: #9c9d9e;    
	margin: 0px; 
	color: #F07F06;  
	padding: 0px;   
	width: 198px;   
	height: 20px; 
	padding-top: 3px; 
	padding-right: 0px; 
	padding-bottom: 3px;
	padding-left: 6px;      
	text-decoration: none;
	font: 11px Tohoma, Verdana ms sans serif,san serif, geneva;
	font-weight : normal;
}


