/* CSS Document */

#menuwrapper {
	
	background-image:  url(images/menu-tail.gif);
	background-repeat: repeat-x;
	top: 0px;
	width: 800px;
	height: 46px;
	z-index: 5;
	color:#FFFFFF;

}

#menuwrapper div {
	background:   url(images/menu-bg-left.gif) no-repeat 0% 0%;
	
	height: 46px;
}

#menuwrapper div div {
	background:   url(images/menu-bg-right.gif) no-repeat 100% 0%;
	height: 44px;
	
	
	
}

#nav, #nav ul {
    
	padding: 0;
    margin: 0;
    list-style: none;
	color:#FFFFFF;
}
#nav a {
    display: block;
    width: 85px;
	color:#FFFFFF;
	text-decoration: none;
}
#nav li {
   
	float: left;
    width: 85px;
		
	}
#nav li a.trigger{ 

text-align: center;
width: 85px;
line-height: 50px;
}
#nav li:hover ul {
	left: auto;
	} 
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
	z-index: 1000;
	
}
#nav ul li a:hover{
text-decoration: underline;}
#nav li ul {
    position: absolute;
    width: 85px;
    left: -999em;
	background-color:#FFFFFF;
	
	
	
	
}


#nav li ul a{
	
	color:#0000FF;
	padding: 3px 22px 3px 5px;
	
	}
#nav li a.trigger-menu-act  {
	background:   url(images/first-list-act.png) repeat 0% 0%;	
	height: 44px;
	text-align: center;
	width: 85px;
	line-height: 50px;
	text-decoration: underline;	
}
.trigger-first-menu-act  {
	background:   url(Graphics/layout/menu/first_list_act.gif) repeat 0% 0%;
	text-align: center;
	width: 85px;
	line-height: 44px;
	text-decoration: underline;
	
	
	
}

