

.sraCategories {
list-style-type: none;
margin: 0;
padding: 0 1px 10px 1px;
margin-bottom: 10px;
background: #f8f8f8 url("../cs-images/sideboxbg.gif") no-repeat bottom left;
}


.sraCategories li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid  #4D8FB3;
}

.sraCategories li{
position: relative;
}

.sraCategories li a{
background: #c4e4ef;
color: #0080b4;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #e4f8ff;
font-weight:bold;
}

.sraCategories li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 10px;
top: 0;
display: none;
}

.sraCategories li ul li{
float: left;
}

.sraCategories li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
font-weight:normal;
}

.sraCategories .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../cs-images/arrow.gif) no-repeat center right;
}

.sraCategories li a:active{
color: white;
}

.sraCategories li a:hover{
text-decoration: none;
color: #000;
background-image: url(../cs-images/listlink-on-bg.gif);
}

/* Holly Hack for IE \*/
* html .sraCategories li { height: 1%; }
* html .sraCategories li a { height: 1%; }
/* End */


#LeftColumn .sraSideboxTitle  {
 	background: url("../cs-images/sideboxtitlebg.gif") no-repeat top left;
 	height:30px;
 	line-height: 22px;
 	font-weight: bold;
	width: 196px;
	font-size: 12px;
	color: #85cbe3;
	text-align: left;
}

.sraSideboxTitle {
	background: #B5BAAE;
	color: #333;
	font-weight: normal;
	font-size:11px;
	padding: 8px 0px 0px 10px;
	margin-bottom: -2px;
}




