/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.topmenu {
	font-family: Verdana, Geneva, sans-serif;
	float:right;
	padding: 0 30px 0 0;
}
.topmenu ul {
	padding:0; 
	margin:10px 0 0 0 ; 
	list-style-type: none;
}
 
.topmenu ul li {
	border-bottom:1px solid #666;
	float:right;  
}
.topmenu a, .topmenu a:visited {
	text-decoration:none;
	color:#009;
	padding: 0 0 0 20px;
}

.topmenu  a:hover {color:#aaa;}

.topmenu.img {float:right;
}

.submenu {
	font-family: Verdana, Geneva, sans-serif;
	float:right;
	padding: 0 30px 0 0;
	margin-top: -20px;
}
.submenu ul {
	padding:0; 
	margin:0 0 0 0 ; 
	list-style-type: none;
}
 
.submenu ul li {
	float:right;  
	text-align:center; 
	


}
.submenu a, .submenu a:visited {
	text-decoration:none;
	color:#666;
	padding: 0 0 0 20px;
	font-size:small;
}

.submenu  a:hover {color:#aaa;}












