/* NOTE Copy this to Userfiles/templates/your template/css */


#admin_dropdown_menu{
	height: 30px;
	width: 100%;
	background-color: #000000;
	background-image: url(../../../images/admin/admin_menu_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	clear: both;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}


#admin_dropdown_menu #admin_menu_title{
	float:left;
	width:151px;
	height: 54px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	background-image: url(../../../images/admin/admin_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 151px;
	padding-top: 0px;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#admin_menu_bar{
	height: 30px;
	width: auto;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 12px;
	clear: both;
	z-index: 9999;
}


.admin_chromestyle{
	width: auto;
	font-weight: bold;
	float: left;
}


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

.admin_chromestyle ul{
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.admin_chromestyle ul li{
	display: inline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}




.admin_chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #AAA89D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}
.admin_chromestyle ul li a:active{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #AAA89D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}
.admin_chromestyle ul li a:visited{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #AAA89D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}
.admin_chromestyle ul li a:hover{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #AAA89D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}


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

.admin_dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:9999;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: 
}


.admin_dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}

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

.admin_dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
