/* ================================================================ 
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/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 

=================================================================== */

.block
{
	float:left; display: inline; /*fix ie 6 double margin bug*/
}

#Nav
{
	width:859px;
	padding: 0px;
	margin: 0px;
	border: 0;
	background-image: url(../images/menuBG.png);
	background-repeat: repeat-x;
	/* border:1px solid red; */
}

#logobutton
{
	height:26px;
	width:141px;
	padding: 0px;
	margin: 0px;
	border: 0;
	text-align:left;
	background-image: url(../images/menuBG.png);
	background-repeat: repeat-x;
	/* border:1px solid red; */
}

#Nav a.leftmost
{
	margin-left: 0;
}
#Nav a.rightmost
{
	margin-right: 0;
}



#menu
{
	list-style-type:none; 
	float:left;
	margin:0px 0 0px 15px; /* settings for this demo olnly */
	margin-top:0px !important;
	padding:0;
	padding-top:0;
}

#menu li {display:block; float:left; position:relative; z-index:1; line-height:2em; }
#menu li span {display:block; z-index:100; padding: 0px 10px 0px 10px;font-size:0.92em;font-weight:bold;color:#ffffff;}
#menu li span img {padding: 7px 0px 8px 0px;}
#menu li a, #menu li a:visited {display:block; padding:0; line-height:1.8em;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(../images/blank.gif);}
#menu dt {margin:0; font-size:0.92em;font-weight:bold;float:left; border-right:1px solid #0;/*fixes expansion on rightmost ul elements*/}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size:0.92em;font-weight:bold; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#ffffff; padding: 2px 10px 0px 10px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background:#2a4cc0; color:#ffffff; text-decoration:none; display:block; padding: 0px 4px 0px 5px; }

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block; }
#menu li:hover dl, #menu li a:hover dl {
}
#menu li:hover dt a, #menu li a:hover dt a{
	/* border:1px solid orange; */
	padding: 3px 10px 2px 10px;
	color:#000000;
	background-image: url(../images/menuBGHover.png);
	background-repeat: repeat-x;
}
#menu dd a:hover {
	color:#fff;
	background:#5571d1;
}

.langdrop{width: 190px;}

.langdrop .shortlab {
	color: #ffffff;
	width: 62px;
	float: left;
	font-weight:bold;
}

.langdrop .inpt{
	margin-top: 1px;
	float: left;
}


