@charset "UTF-8";
/* CSS Document */
#menu {
	height:40px;
	width:100%;
	background: url(../../../../zeroimg/menu-bg.png) repeat-x;
	border-bottom:#000 0px solid;
	border-top:#000 0px solid;
	
}


#underlinemenu{
font-weight: bold;
text-shadow: 1px 1px 0px white;

margin:0 auto;
}

#underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

#underlinemenu ul li a:hover, #underlinemenu ul li a.selected{
border-bottom-color: black;@charset "UTF-8";
/* CSS Document */
#menu {
	height:40px;
	width:100%;
	background: url(../../../../zeroimg/menu-bg.png) repeat-x;
	border-bottom:#000 0px solid;
	border-top:#000 0px solid;
	
}


#underlinemenu{
font-weight: bold;
text-shadow: 1px 1px 0px white;

margin:0 auto;
}

#underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

#underlinemenu ul li a:hover, #underlinemenu ul li a.selected{
border-bottom-color: black;
}


#footmenu {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	text-shadow: 0px 1px 0px gray;
	padding:50px 0 15px 25px;
	
}

#footmenu a{
	color:#fff;
}

#footmenu li {
	margin-bottom:4px;
	
}
#footmenu ul {
	
}

#footmenu ul li a:hover, #footmenu ul li a:selected{
	color:#fff;
}
}


#footmenu {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	text-shadow: 0px 1px 0px gray;
	padding:50px 0 15px 25px;
	
}

#footmenu a{
	color:#fff;
		text-decoration:none;
}

#footmenu li {
	margin-bottom:4px;
	
}
#footmenu ul {
	
}

#footmenu ul li a:hover, #footmenu ul li a:selected{
	color:#fff;
}