div.sdmenu {
	width: 185px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
}

div.sdmenu div {
	background: url(../images/toptitle2.gif) no-repeat;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background: url(../images/toptitle2.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 3px 15px 7px 42px;
	font-weight: bold;
	color: white;
	background: url(../images/toptitle.gif) no-repeat ;
	cursor: default;
	color: #fff;
	
}
div.sdmenu div.collapsed span {
	background-image: url();
	color: #5e5e5e;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #dddddd;
	display: block;
	border-bottom: 1px solid #fff;
	color: #767676;
}
div.sdmenu div a.current {
	background : #dddddd;
}
div.sdmenu div a:hover {
	color: #c30009;
	text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// topmenu start*/

/*Author:5key.net*/

#nav li{
display:inline;
list-style:none;
list-style-position:outside;
text-align:center;
font-weight:bold;
float:left;
line-height: 20px;
}

#nav a:link{
color:#fede27; _color:#272727;
text-decoration:none;
float:left;
width:130px; _width:120px;
padding:3px 5px 3px 5px;
}
#nav a:visited{
color:#fede27; _color:#272727;
text-decoration:none;
float:left;
width:130px; _width:120px;
padding:3px 5px 3px 5px;
}
#nav a:hover{
color:white;
float:left;
padding:3px 5px 3px 5px;
width:130px; _width:120px;
text-decoration:none;
background-color:#000;
}

#nav{
    
    margin-top:0px; *margin-top:20px;
	width:650px; *width:650px; _width:600px; 
	height:20px;
	border-bottom:0px;
	padding:0px;
	position:absolute;
	z-index:1;
	
}
.list{
line-height:20px;
text-align:left;
padding:0px;
font-weight:blod;
}
.menu1{
width:150px; _width:140px;
height:auto;
margin:0px 2px 5px 0px;
border:1px solid #676767;
background-color:#000;
color:#fff;
padding:0px 2px 5px 0px;
cursor:hand;
overflow-y:hidden;
filter:Alpha(opacity=88);
-moz-opacity:0.7;
}
.menu2{
width:150px;  _width:140px;
height:20px;
margin:0px 2px 5px 0px;
background-color:#fff;
color:#272727;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #272727;
border-botton:1px solid #fff;
padding:0px 2px 5px 0px;
overflow-y:hidden;
cursor:hand;
}
#nav .menu2 a{
color:#272727;
text-decoration:none;
float:left;
height:auto;

}


