/* droppy */
 
 #dropnav {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 980px;

 }
  #dropnav li {
	display: block;
	list-style: none;
		font-size: 2px;font-size: 0.2rem;
margin: 0;
	padding: 0;
	float: left;
	position: relative;

}
  #dropnav a { display: block; }
  #dropnav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #dropnav ul { line-height: 0; } /* IE6 "fix" */
  	#dropnav ul a { zoom: 1; } /* IE6/7 fix */
    #dropnav ul li { float: none; }
    #dropnav ul ul { top: 0; }
    
/* Essentials - configure this */

#dropnav ul { width: 140px; }
#dropnav ul ul { left: 141px; }

/* Everything else is theming */
 
#dropnav {
	background-image: url(css_img/back_cosme.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 36px;
	margin: 0 auto;
    padding:0;

 }
#dropnav *:hover { background-color: none; }
#dropnav a {
	width: 138px;
	border-left: 1px solid #fff;
	border-right: 1px solid #f7f7f7;
	color: #A777B5;
	font-size: 12px;font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	line-height: 36px;height: 36px;
}
  #dropnav li.hover a { background-image: url(css_img/backgroundcosmehere.jpg);
	background-repeat: repeat-x;
	background-position: left top; }
  #dropnav ul { top: 36px; }
    #dropnav ul li a {
	height: 30px;
	background-image: url(css_img/backgroundcosme2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding-left: 10px;

 }
      #dropnav ul a.hover {	height: 30px;
	color: #ffffff;
	background: url(css_img/bg_black.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: underline;opacity: 0.85; filter: alpha(opacity=85);


 }
   #dropnav ul a { border-bottom: 1px solid #fff;  }
/* #dropnav ul a { border-bottom: none; } - I also needed this for IE6/7 */
#dropnav .here { background-image: url(css_img/backgroundcosmehere.jpg);
	background-repeat: repeat-x;
	background-position: left top; }
