#dropDown {
    width:55em;
    z-index:3;
}

#dropDown li a.subMenu {
    background-repeat: no-repeat;
	background-image: url(file:///C|/Documents and Settings/suren/Local Settings/Temporary Internet Files/Content.IE5/8DLEEGUW/down.gif);
	background-position: bottom right;
}

#dropDown ul li a.subMenu {
	background-repeat: no-repeat;
	background-image: url(file:///C|/Documents and Settings/suren/Local Settings/Temporary Internet Files/Content.IE5/8DLEEGUW/right.gif);
	background-position: center right;
}

#dropDown li ul {
	position: absolute;
	top: 1.3em;
	left: 0px;
	width: 10em;
	
}

#dropDown li ul ul {
	position: absolute;
	left: 10em;
	top: 0;
	width: 12em;
}



#dropDown {
	position: absolute;
	z-index: 1;
	padding: 1;
	margin: 1 0 0 0;
	list-style: none;
	white-space:normal;
	
}



#dropDown ul {
	position:relative;
	z-index: 2;
	display:none;
	padding: 2;
	margin: 10 0 0 2;
	list-style:none;


	
	
}

#dropDown ul.click {
    width:202px;
	display: block;
    background-color: #CCCCCC;
}
#dropDown ul.click li {
    background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	

	
}



#dropDown li a.click {

	color: #ce5c02;
	
}

#dropDown ul li a.click {
    background-color: #AAAAAA;
	color: #CCCCCC;
}

#dropDown li {
	position: relative;
    z-index:1;
	border: 1px;
	padding: 0 0 0 1px;
	margin: 0;
	color: #000000;
	float:left;
	display: block;
	border-right-style:groove;
	border-color:#CCCCCC;

}

#dropDown ul li {
width:200px;
	
}


#dropDown ul li a:hover {
	
	color: #ce5c02;
	background-color:DFDFDF;
	
	
	
}

#dropDown ul li li a:hover {
	
	color: #FFFFFF;
	background-color:ce5c02;
	
}

#dropDown li a:hover {
	
	color: #ce5c02;
}

#dropDown li a {
    position: relative;
    z-index: 1;
    display: block;
	
	padding: 2px;
	margin: 0;
	text-decoration:none;
	color: #565656;
}