/*Chrome Drop Down Menu v2.01- Author: Dynamic Drive (http://www.dynamicdrive.com)
Last updated: November 14th 06- added iframe shim technique*/

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	padding: 0px;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
	padding: 0px;
	margin: 0;
	margin-right: 20px;
}

.chromestyle ul li a{
	text-decoration: none;
	color: #e52c80;
	text-shadow: none; 
}

.chromestyle ul li a#topactive{
	color: #ecb0cb;
}


.chromestyle ul li a:hover{
	text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	padding: 10px;
	margin-left: -10px;
	position:absolute;
	z-index:100;
	width: 150px;
	visibility: hidden;
	font-size: 0.85em;
	background-color: transparent;
	background-image: url(images/menu_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;		
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	display: block;
	margin-top: 5px;
	color: #e52c80;
	text-shadow: none; 
}

.dropmenudiv a#active{ 
	color: #ecb0cb;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #651237;
	text-decoration: none;
}