/*-------------------------------------------*/
/*-------------------------------------------*/
/*--   Motor Stroller - Navigation menu    --*/
/*--   http://www.MotorStroller.com        --*/
/*--   22/09/2007                          --*/
/*-------------------------------------------*/
/*-------------------------------------------*/

#menu_bar
{
	height: 44px;
}
	
#nav, #nav ul 
{
	float: left;
	width: 780px;
	list-style: none;
	font-weight: bold;
	padding: 0;
	background-image: url(../images/MenuBG.jpg);
	margin: 0 0 0 0;
	color:White;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	border-top-color:#E87E00;
	border-top-style:solid;
	border-top-width: 3px;
	/*border-bottom-color:#E87E00;*/
	/*border-bottom-style:solid;*/
	/*border-bottom-width: 3px;*/
}

#nav a 
{
	background-image: url(../images/MenuNormal.jpg);
	background-repeat: no-repeat;
	display: block;
	color: White;
	text-decoration: none;
    padding-top: 12px;
    max-height: 28px;
    min-height: 28px;
    min-width: 140px;
    height: 28px;
    width: 140px;
}

#nav a.top_NOT_USED {
	background-image: url(../images/MenuNormalRoot.jpg);
	padding-top: 12px;
}

#nav a.selected
{
	_background-image:url(../images/MenuSelected.jpg);
	font-weight: bold;
	text-decoration: underline;
}
#nav a.dropdown
{
	text-align:center;
	text-indent: 0;
	display: block;
	width: 138px;
	min-width: 138px;
	color: black;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 0; /* -1px */
    height: 28px;
    background-color: white;/* #AAC2B9;*/
    background-image: none;
    border-color: Black;
    border-style:solid;
    border-width: 1px;
    border-top: none;
}


#nav a.top:hover {
	background-image: url(../images/MenuHoverTop.jpg);
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
	height: auto;
	min-height: 40px;
	text-align:center;

}

.MenuIcon
{
	border: 0;
	vertical-align:middle;
	position: relative;
	left: 10px;
	top: -5px;
	float:left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 140px;
	min-width: 140px;
	max-width: 110px;
	w\idth: 140px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	border-top: none;
}

#nav li ul a {
	}

#nav li:hover, li.dropdown:hover {
	left: -999em;
	background: #000000; /* Clears dropdown to avoid bug in IE */
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#nav a:hover 
{
	background-image: url(../images/MenuHover.jpg);
	background-repeat: no-repeat;
}
	
#nav a.dropdown:hover 
{
	background-image: none;
	background-color: #999999; /* #4D665D; */
}