﻿.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px Verdana;
border-bottom: 1px solid #ccc;
}
 .dc
 {
	color: #000000;
	background-color:#E6ECF6;
 }
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000000;
text-decoration: none;
padding: 6px;
padding-left:20px;
border-bottom: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
}



/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 100px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
/*background: url(../Images/right.gif) no-repeat 97% 50%;*/
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/*SIZE*/
#size_class{
	background-image: url(../Images/size_bg.gif);
	width: 100px;
	padding-top:20px;
	font-size: 20px;
}
#size_class li 
{
	font-size: 20px;
}
.sx_1
{
	width:165px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0D0D0;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
	border-top-width: 0px;
	margin-bottom:3px;
	}
.sx_1 li
{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E9E9E9;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
}
.tt_1{
	padding:5px;
	font-weight: bold;
	color: #000000;
	background-color:#E6ECF6;
}