.menuselect { width: 196px; padding-left: 1px; position: relative; float: left; min-height: 1px;}

.menuselect ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	loat: left;
	width: 196px; 
	/*background: red;
	height: 100%;*/
	position: absolute;} 

.menuselect ul ul{
	border: none;
	border: 1px solid #CCC;
	/*border-top: none;*/
	width: 194px;
	overflow: hidden;
	position: absolute; 
	z-index: 5; 
	top: 100%; 
	left: 0px;
}

.menuselect a, .menuselect h2 
  { display: block;  margin: 0; padding: 1px 3px;  background: url(/img/css/bg_quick.gif) no-repeat right center;} 

.menuselect h2 { color: #FFF; border: 1px solid #C3C8CF; font-size: 100%; padding-right: 23px; width: 168px; text-align: right;} 

.menuselect a { color: #6083A6; background: #EDEEF0; text-decoration: none; width: 188px; padding-bottom: 2px;}

.menuselect a:hover { color: #EDEEF0; background: #6083A6; }

.menuselect li {position: relative; height: 100%; background: #9BB5CE;} 

.menuselect ul li ul li{
	background: none;
}

div.menuselect ul ul,
div.menuselect ul li:hover ul ul
  {display: none;} 

div.menuselect ul li:hover ul, 
div.menuselect ul ul li:hover ul
  {display: block;} 






