.consonamenu ul{
padding: 8px 0px 8px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
max-height: 20px;
font: 12px  Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*background: url(http://www.consona.com/images/nav-back.gif) top center repeat-x;*/
width: 996;
font-weight : bold;
}
* html .consonamenu ul{ /*IE only hack*/

}

.consonamenu li{
display: inline;

/*margin-left: 10px;
margin-right:10px; */
}

.consonamenu li a{/*main tab style */
text-decoration: none;
padding: 8px 0px 8px 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: #3E3E3E;
}

.consonamenu li a:visited{

}

.consonamenu li a:hover{
text-decoration: none;
color:White;
background-image:url('../IMAGES/mainmenu_bluebackground.jpg');
border-bottom: 0px;
}



.consonamenu a.selected{ /*selected main tab style */
/*background-color:;*/
border-top: 0px solid;
border-left: 0px solid ;
border-right: 0px solid;
border-bottom: 0px solid;
border-bottom-width: 0px;
margin-left: -1px;
color:White;
background-image:url('../IMAGES/mainmenu_bluebackground.jpg');
}

.consonamenu a.selected{ /*selected main tab style */
text-decoration: none;
}

.sidenav  {
	width: 200px;
	height: 10px;
	position: relative;
	top: +4px;
}
