body, a {
	font: normal 11px Verdana,Helvetica,sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	font-size:10px;
}
a {text-decoration: underline;}
a:hover{text-decoration: underline;}
body{
	text-align: center;
	/*background: #fff;*/
	overflow-x:hidden;
}
body, form {
	margin: 0;
	padding: 0;
}
img {border: none;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.off {display: none;}
input{vertical-align: middle;}

#main {
	margin: 0;
	text-align: left;
	width: 100%;
	background:url(../images/menupix.jpg) repeat-y 0 0;
	position:relative;
	}

#main-home {
	margin: 0 ;
	text-align: left;
	width: 100%;
	color:#FF0000;
	}
#header{
	width: 100%;
	/*height:70px;*/
	margin:25px 0 0 0;
	position:relative;
	/*background:#fff;*/
	z-index:2;
}


* html #header{
	width: 100%;
	/*height:70px;*/
	margin:30px 0 0 0px;
	position:relative;
	/*background:#fff;*/
	z-index:2;
}

#header a {
 text-decoration: none;
 
}
#header h1{margin:0;}
#header h1 a{
	display:block;
	overflow:hidden;
	white-space: nowrap;
	text-indent:-3000px;
	background: url(logo.gif) no-repeat 0 0;
	width:190px;
	height:66px;
}
#header div#nav{
	/*background:#EEE url(top-nav-bg.gif) repeat 0 0;
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;*/
	padding:0 0 1px 0;
	text-align: right;
	float:left;
	width:100%;
	z-index:0;
	position:absolute;
	bottom:2px;
}
html>body #header div#nav div{
	position:relative;
	left:28%;
	line-height:23px;
	float:left;
	clear:both;
	top:13px;
}


#header ul.nav{
	list-style-type: none;
	margin:10px;
	padding:0;
	height:23px;
}

* html #header ul.nav{
	list-style-type: none;
	margin:0px;
	padding:0;
	height:23px;
}


html>body #header ul.nav{
	position:relative;
	left:11%;
}

#header ul.nav li{
	float:left;
	margin-right:-1px;
	margin-top:1px;
	background:url(../images/menuul.gif) no-repeat right;
	padding:0;
}
#header ul.nav li a{
	padding:4px 10px 3px 10px;
	display:block;
	color:#FFFF;
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;*/
	z-index:3000;
	text-decoration: none;
}
#header ul.nav li a:hover{text-decoration: none;}
#header ul.nav li.hover,
#header ul.nav li:hover{background:url(../images/menuul.gif) no-repeat right;}
#header ul.nav li.hover a,
#header ul.nav li:hover a{color:#FFF;}
#header ul.nav li.hover ul,
#header ul.nav li:hover ul{display:block;}
#header ul.nav ul{
	display:none;
    width:160px;
	border:0px solid #DAFBB4;
	background:#1C2D37;
	list-style-type: none;
	padding:0;
	margin:0;
	z-index:1000;
	position:absolute;
	top:18px;
	
}
#header ul.nav ul li{
	    line-height: 21px;
        border-bottom:1px solid #1C2D37;
        background:none;
        width:160px;
        margin:0;
        padding:0;
	    display:block;
	    z-index:1000;
}
#header ul.nav ul li.last{border:none}
#header ul.nav ul a{
	border:1px solid #1C2D37;
    display:block;
	color:#666;
	padding:2px 5px 1px 7px;
	background:none;
	margin:0;
	text-align: left;
	font-weight:normal;
	
}



