.menu {
	position:relative;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
		z-index: 100;
	}
	
.menu ul{
	background:#878787;
	background-image:url(../Images/nav-bkgnd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	list-style:none;
	margin:0;
	padding:0;
	height: 40px;
	}
	
.menu li{float:left;padding:0px;}
		
.menu li a
{
    background: #878787;
    background-image: url(../Images/nav-bkgnd.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 40px;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    line-height: 35px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}
		
.menu li a:hover, .menu ul li:hover a
{
    background: #2580a2 url(../Images/hover.gif) bottom center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    
}
			
.menu li ul{
	background:#333333;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
		
.menu li:hover ul{display:block;}
		
.menu li li {
	background:url(../images/sub_sep.gif) bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;border-bottom: #999 1px dotted;
}

.menu li:hover li a{background:none;}
		
.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
		
.menu li ul a:hover, .menu li ul li:hover a
{
    background-position: left;
    background: #2580a2 url(../images/hover_sub.gif) center left no-repeat;
    color: #ffffff;
    text-decoration: none;
    

}

.menu p{clear:left;}	

		
