
/* CSS Document */
#menuMain{
	padding:0;
	margin: 0;
	position:relative;
	text-align:right;
	width:432px;
	float:right;
	height:76px;
	z-index:900;
}


#menuContainer {
	position:absolute;
	width:432px;
	height:54px;
	top:-27px;
	z-index:900;
	

}



#menuSelect{
	width:432px;
	height:27px;
	text-align:right;
	margin:0 0 0 7px;
	position:absolute;
	z-index:900;
	top:-1px;
}
/*
#menuSelect{
	width:432px;
	text-align:right;
	position:relative;
}*/

#menuSelect img{
padding:0px;
margin:0px;
}


#menuReflect{
	width:432px;
	background:transparent url(/images/menureflex.png) no-repeat top;
	height:27px;
	margin:0;
	position:absolute;
	top:27px;
	clear:both;
	z-index:1;
}

#menu {
	width: auto;
	background: #eee;
	float: left;
	position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height:28px;
	position:relative;
}

#menu .menu_features a{
	 background:url("/images/menu/features.png") no-repeat; 
	 width:88px;
	 height:28px;
	 display:block;
}
#menu .menu_features {
	 width:88px;
	 height:28px;
}



#menu .menu_signup {
	 width:78px;
	 height:28px;
}

#menu .menu_signup a{
	 width:78px;
	 background:url("/images/menu/signup.png") no-repeat;
	 height:28px;
	 display:block;
}


#menu .menu_support {
	 width:86px;
	 height:28px;
 
}

#menu .menu_support a{
	 width:86px;
	 height:28px;
	 background:url("/images/menu/support.png") no-repeat;
	 display:block;
 
}

#menu .menu_contact {
	 width:88px;
	 height:28px;                                    
}

#menu .menu_contact a{
	 width:88px;
	 height:28px;                                    
	 background:url("/images/menu/contact.png") no-repeat;
	 display:block;
}

#menu .menu_login { 
	 width:67px;
	 height:28px;

}

#menu .menu_login a{ 
	 width:67px;
	 height:28px;
	 background:url("/images/menu/login.png") no-repeat;
	 display:block;

}



#menu .menu_r_corner{
	 width:11px;
	 height:28px;
	 background:url("/images/menu/r_corner.png") no-repeat;
	 display:block;

}

#menu .menu_l_corner{
	 width:7px;
	 height:28px;
	 background:url("/images/menu/l_corner.png") no-repeat;
	 display:block;
}


#menu .menuSubChoice a:hover {
	color: #fff;
	background: #5495d1;
}

#menu li {
	position: relative;
}


#menu ul ul{
	clear:both;
}

#menu .menuSubChoice{
	position:absolute;
	left:0;
	top:28px;
	border: solid 1px #999999;
	text-align:left;
	height:auto;
	padding:3px 3px 5px 3px;
	color: #555555;
	background: #ffffff;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

#menu .menuSubChoice,
#menu .menuSubChoice li {	
	margin:0;
}

#menu .menuSubChoice li a{
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border: none;
	margin: 0;
	padding: 1px 3px;
	background: #ffffff;
	color: #555555;
	
	text-decoration: none;
	height:14px;
	clear:both;
}

/*
#menuChoices{
	position:absolute;
	top:0;
	left:0;
	border: solid 1px black;
	background-color: white;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width:100px;
	height:100px;

}*/
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}


div#menu ul li:hover .menuSubChoice,
div#menu ul ul li:hover .menuSubChoice,
div#menu ul ul ul li:hover .menuSubChoice
{display: block;}
