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

#tab {
	margin:0; 
	padding:0;
/*	width:1004px;*/
	height:20px;
/*	margin-left:-1px;*/
	/*background-color:#fff; #66CCFF*/
	/*background-image:url(../images/blue-bg.gif);*/
	/*background-repeat: repeat-x;
	background-position: center top;
	border-bottom:1px solid #666666;*/
	color:#FFFFFF;
	margin-top:0px;
	margin-left:194px;}
	
#tab ul {
	position:absolute;
	margin:0; 
	padding:0;
}

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

#menu li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;

}
#menu li:hover, 
#menu li.selected {
/*	background-image:url(../images/mbg1-h.gif);*/
/*background-image:url(../images/mbg2.gif);
	background-repeat: no-repeat;
	background-position: -10px -10px;
*/
}

#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;

	width:auto;
	height:auto;

}
#menu li ul {
	

	padding:2px;
	margin-left:-6px; /* to set the position of the next level*/
	margin-top:0px;
	/*background-color:#CCCCCC;*/
	width:100px;

}

#menu li ul ul {
	/*background-color:#FF0000;*/
	padding:0px;
	float:left;
	top:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;

}

#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; /*83C3E2*/
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width:125px;
	height:80px;
	border-right:1px solid #333333;

}
#menu a span {
	padding:0 0px;
}
#menu a:hover, 
#menu li:hover a, 
#menu li.selected a {
	border-right:1px solid #333333;

}
#menu li li a, 
#menu li:hover li a{
	width:150px;
	color:#fff;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	margin-left:2px;
	margin-bottom:0px;
	font-weight:normal;
	border-bottom: 1px solid #fff;
	background-color: #CC0000;
	background-image: none;
	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:#000;
	padding:5px 5px;
	margin-left:4px;
	margin-bottom:0px;
	font-weight:normal;
	border-bottom: 1px solid #fff;
	background-color: #CC0000;
	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:#fff;

	background-color: #990000;
}
#menu li li a:hover span {
	/*background:url(../images/ico_arrow.gif) 100% 50% no-repeat;*/
	
}

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

	background-color: #57a9ce;
}

