/***************************************************
# CSS_JS_MENU [ Main navigation ]
***************************************************/

#tab {
	margin:0; 
	padding:0;
	/*width:989px;*/
	height:33px;
	margin-left:0px;
	/*background-color:#000000;*/
	background-image:url(../images/blue-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color:#FFFFFF;
	margin-top:0px;}
#tab ul {
	position:absolute;
	margin:0; 
	padding:0;
	padding-left:5px;
}

#menu {
	position:fixed;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;
}

#menu li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:0px;
	padding-right:0px;
	width:111px;
	/*margin-bottom:2px;
	
	padding-top:2px;
	padding-bottom:4px;*/
	/*border-left: 1px solid #FFFFFF;*/
	background-image:url(../images/blue-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#menu li:hover, 
#menu li.selected {
	color:#fff;
	/*background:url(../images/tab_start_on.gif) 0 0 no-repeat;	*/	
	/*background-color:#57a9ce;*/
}

#menu li:hover {
	z-index:1;
}

#menu li li {
	float:left;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	border:none;
	background:none;

}
#menu li li,
#menu li li:hover{
	width:100%;
	display:inline;
	background:none;
}

#menu li ul {
	display:block;
	/*position:auto;*/
	width:auto;
	height:auto;

}
#menu li ul {
	
/*background-color:#FF0000;*/
	padding:0px;
	margin-left:-3px; /* to set the position of the next level*/
	margin-top:0px;
	/*background-color:#CCCCCC;*/
	width:150px;

}

#menu li ul ul {
	
	padding:0px;
	float:left;
	top:0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 162px;

}

#menu li ul, 
#menu li ul ul, 
#menu li:hover ul ul, 
#menu li:hover ul ul ul{
	left:-999em;
	z-index:100;
}
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul {
	left:auto;
	
}
#menu a {
	display:block;
	color:#fff;
	font-family:arial;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#menu a span {
	padding:0 0px;
}
#menu a:hover, 
#menu li:hover a, 
#menu li.selected a {
	color:#333333;
	background-repeat:no-repeat;
	background-position:center 4px;
	height:23px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left:0px;
	margin:0;
	background-image: url(../images/menu-bg-1.gif);
}
#menu li li a, 
#menu li:hover li a{
	width:100%;
	color:#fff;
	text-align:left;
	margin-left:4px;
	margin-bottom:0px;
	font-weight:normal;
	border-bottom: 1px solid #fff;
	background-color: #312c2b;
	background-image: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 9px;	/*border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-top:1px dotted #999999;*/
}

#menu li li li a, 
#menu li:hover li li a{
	width:100%;
/*	font-size:1em;*/
	color:#fff;
	padding:5px 5px;
	margin-left:4px;
	margin-bottom:0px;
	font-weight:normal;
	border-bottom: 1px solid #fff;
	background-color: #312c2b;
	background-image: none;
	border-left:1px dotted #999999;
	/*border-right:1px dotted #999999;
	border-top:1px dotted #999999;*/
}

#menu li li a span {
	padding:0 20px;
}
#menu li li a:hover
{
	color:#000;

	background-color: #e5e9e4;
	border-bottom: 1px solid #666666;
}
#menu li li a:hover span {
	/*background:url(../images/ico_arrow.gif) 100% 50% no-repeat;*/
	
}

#menu li li li a:hover
{
	color:#000;

	background-color: #e5e9e4;
	border-bottom: 1px solid #666666;
}


