

div.sdmenu {
	width: 209px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: url(images/bottom_o.gif) no-repeat  right bottom;
	color: #fff;
	text-transform:none;
}
div.sdmenu div {
	background: url(images/title_o.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {

	display: block;
	padding: 5px 25px;
	font-weight: normal;
	color: white;
	background: url(images/expanded_o.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #006666;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed_o.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #00a29d;
	display: block;
	border-bottom: 1px solid #03827f;
	color: #ffffff;
	text-decoration: none;

}
div.sdmenu div a.current {
	background : #066;
}

div.sdmenu div a:hover {
	background : #066 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/*nocl------------------*/

.markermenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 209px;

}

.markermenu li a{
background: #028E8B url(images/sub_arrow.gif) no-repeat 10px center;
font: bold 11px Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;
padding: 10px;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #006666;
text-transform:uppercase;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 209pxpx;
}

.markermenu li a:visited, .markermenu li a:active{
color: #ffffff;
}

.markermenu li a:hover{
color:#ffffff;
background-color: #008080;
background-image:url(images/sub_arrow.gif); /*onMouseover image change. Remove if none*/
}


/*about---------------*/
/*nocl------------------*/

.aboutusmenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.aboutusmenu li a{
background: #008080 url(images/sub_arrow1.gif) no-repeat 10px center;
font: normal 11px Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;
text-decoration: none;
border-bottom: 1px solid #006666;
text-transform:uppercase;
padding-top: 5px;
padding-bottom: 5px;
}


* html .aboutusmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */

}

.aboutusmenu li a:visited, .aboutusmenu li a:active{
	color: #ffffff;
}

.aboutusmenu li a:hover{
color:#ffffff;
background: #007474 url(images/sub_arrow1.gif) no-repeat 10px center;
text-decoration:none;

}


