/*[variables]
colors
{
	@00: #888;
}
*/
/*CSS Document
================================================================
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/pro_dropline2-5.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.
===================================================================*/
.menudiv
{
	height: 36px;
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	z-index: 500;
	float: right;
	/* 
	padding-right: 26px;
	padding-top: 50px; */

	padding-right:150px;
	padding-top:5px;
}
.menudiv .select
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	white-space: nowrap;
}
.menudiv LI
{
	float: left;
	background: url(../images/blank_over_bw.gif);
}
.menudiv .select LI A
{
	color: #DDD;
}
.menudiv .select A
{
	display: block;
	height: 36px;
	float: left;
	background: url(../images/blank_bw.gif);
	padding: 0 0 0 0px;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #DDD;
	text-transform: uppercase;
}
.menudiv .select A B
{
	display: block;
	padding: 0 15px 10px;
	background: url(../images/blank_bw.gif) right top;
}
.menudiv .select A:hover, .menudiv .select LI:hover A
{
	background: url(../images/blank_over_bw.gif);
	padding: 0 0 0 0px;
	line-height: 27px;
	cursor: pointer;
	color: #FFF;
}
.menudiv .select A:hover B, .menudiv .select LI:hover A B
{
	display: block;
	padding: 0 15px 9px;
	background: url(../images/blank_over_bw.gif) right top;
	cursor: pointer;
}
.menudiv .sub
{
	display: none;
}
/*IE6 only*/
.menudiv TABLE
{
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}
.menudiv .sub
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menudiv .sub LI
{
	background: transparent;
}
.menudiv .select :hover .sub
{
	height: 40px;
	display: block;
	position: absolute;
	float: left;
	width: 650px;
	top: 28px;
	left: auto;
	text-align: center;
}


html>body .menudiv .select :hover .sub {
*margin-left:-65px;  /*ie 7 hack*/
}


.menudiv .select :hover .sub LI A
{
	display: block;
	height: 18px;
	line-height: 16px;
	float: left;
	background: transparent url(../images/transparent.gif);
	padding: 3px 9px 0;
	margin: 0;
	white-space: nowrap;
	border: 1px solid #000;
	border-color: #888 #777 #666 #DDD;
	color: #C82128;
	font-size: 11px;
	text-transform: uppercase;
}
.menudiv .select :hover .sub LI A:hover
{
	color: #000;
	background: #E8E8E8;
	border-color: #FFF #333 #000 #FFF;
	line-height: 15px;
}
