@charset "utf-8";
/* CSS Document */
	/*-------Styling VERTICAL NAVIGATIONAL BAR-----------*/

.wireframemenu{
/*border: 1px solid #C0C0C0;*/
background-color:#a9d6f1;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}

.wireframemenu ul{ 
padding:10px;
margin:0;
list-style-type: none;
}

.wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.wireframemenu a:visited{
color: #000066;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color:#0099FF;
color:#ffffff;
}
/*  ------------- END OF VERTICAL MENU-----------*/#main .menu-wrap .o-sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	padding-top: 1px;
	padding-left: 10px;
	text-transform: none;
}
#main .menu-wrap .main-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-transform: uppercase;
	padding-left: 10px;
}
