

.consonamenu ul{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
background-color:#629080;

}
* html .consonamenu ul{ /*IE only hack*/

}

.consonamenu li{
display: inline;
font-weight:bold;
margin: 0px;
}

.consonamenu li a{/*main tab style */
float:left;
/*width:14em;
width:11.745em;
width:11.68em;*/
width:115.6px;
text-decoration:none;
color:white;
background-color:#629080;
/*padding:0.5em 0.6406em;
padding:0.46em 0.519em;*/
padding:5px 10px 5px 10px;
border-right:1px solid white;
}

.consonamenu li a:visited
{
float:left;
/*width:14em;
width:11.745em;
width:11.68em;*/
width:115.6px;
text-decoration:none;
color:white;
background-color:#629080;
/*padding:0.5em 0.6406em;
padding:0.46em 0.519em;*/
padding:5px 10px 5px 10px;
border-right:1px solid white;
}


.consonamenu li a:hover{
text-decoration: none;
color: #000000;
border-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-color:#FBC925;/*FBB917;*/
}

.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;
margin-right: 0px;
margin-left: 0px;
font-weight:bold;
color:Black;
background-color:#FBC925;
}

.sidenav  {
	width: 200px;
	height: 10px;
	position: relative;
	top: +4px;
}


/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border-top: 0px solid #ff9900;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	font: normal 11px Arial;
	line-height: 5px;
	background-color: #E1E1E1;
	width: 140px;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	border-style:none;
}

* html .ddsubmenustyle, .ddsubmenustyle ul{ /*IE only hack*/
	margin: 0;
	padding: 0;
	width: 150px;
}

.ddsubmenustyle li a{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -10;
	display: block;
	width: 153px;
	color: #000000;
	background-color: #E1E1E1;	
	text-indent: 0px;
	text-decoration: none;
	padding: 4px 5px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -7px;
	display: block;
	width: 150px;
	
	text-indent: 0px;
	text-decoration: none;
	padding: 4px 5px;
	font-weight:bold;
	font: bold 11px Arial;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover
{
	font: bold 11px Arial ;
	 background: #FBB917;
     text-decoration:underline;
}
* html .ddsubmenustyle li a:hover{ /*IE6 CSS hack*/
	color:#000000;
}
.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
position:absolute;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
border-top: 1px solid #585858;
border-left: 0px solid #585858;
border-right: 0px solid #585858;
border-bottom: 1px solid #585858;
font: normal 11px Arial, Verdana ms sans serif,san serif, geneva;
background-color: #E1E1E1;
width: 150px;
padding: 0px;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 100;
height: 12px;
}
* html .ddsubmenustyle2, .ddsubmenustyle2 ul{ /*IE only hack*/
margin-top: 0px;
border-bottom: 0px solid #585858;
}

.ddsubmenustyle2 li a{
display: block;
border-top: 1px solid #585858;
border-left: 0px solid #585858;
border-right: 0px solid #585858;
border-bottom: 1px solid #585858;
width: 150px;
color: #5e5e60;
text-indent: 0px;
text-decoration: none;
background-color: #E1E1E1;
padding: 4px 5px;
}

* html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
display: inline;
border-bottom: 0px solid #585858;
}

.ddsubmenustyle2 li a:hover{
background-color: #a5a5a8;
color: #ffffff;
border-top: 1px solid #585858;
border-left: 0px solid #585858;
border-right: 0px solid #585858;
border-bottom: 0px solid #585858;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0px;
width: 0px;
height: 0px;
display: block;
}
