#nav{ 
	text-align:center;
	font-family:MS Sans Serif, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FECCC3;
	margin-top:0px;
	left:0px;
}
a.menu1:hover{
	background-image:url(/dsin/1/redslate_bgover.gif);
}
a.menu2:hover{
	background-image:url(/dsin/1/redslate_background1.gif);
}

#nav ul{
	padding: 0;
	text-align:left;
	margin:0;
    width:122px;
    z-index:100;
    position:relative;
    list-style-type: none;
}

#nav li { 
	margin:0; padding:0;
    position: relative;
    float:left;
	width: 122px;
	left:-32px;
    display:block;
}

#nav ul ul li{
	top:-31px;
	width:122px;
	left: 0px;
}

#nav ul li{
	width: 122px;
	background-color:#666666;
	border-bottom: groove 1px;
	border-bottom-color: #000000;
}
#nav ul li{
	text-indent: 2px;
	left:0px;
}

#nav ul li ul.lastone {
	left:-242px;
}

#nav ul ul li:last-child{
	border-width:1px;
}
 
#nav a {
    text-decoration:none; 
    display:block; background-position:top;
    padding: 7px 0 6px 0;
	border: 0; color: #ffffff;
    width:122px; font-weight: bold;
}

#nav ul li a {
    text-decoration:none; 
    font-family: MS Sans Serif, Trebuchet MS;
    font-weight: normal;color: #ffffff;
    width:122px;
}

/* Menu Mouse Over Color */
#nav a:hover, #nav li:hover{
    color:#ffffff;
}

/* drop down Sub Side Menu */
#nav ul li:hover, #nav ul li a:hover{
	padding-left: 0px;
	background-image:url(/dsin/1/redslate_bgover1.gif);
	background-repeat: no-repeat;
	color:#ffffff;
	width: 122px;
}
/*
#nav ul li li:hover, #nav ul li li a:hover{ background-color:#ff6600}
*/
#nav ul{
    display:none;
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:0px;
    margin-left:120px;
    margin-top: 0px;
}

/* non-IE browsers see this */
 #nav ul li ul, #nav ul ul li>ul{
    margin-top:0px; text-align: left;
}

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}

#nav li>ul{ 
	top: auto;
	left: auto;
}
/* site style */
#holdm{
	position:absolute;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:100;
	width:660px;
}