﻿@charset "utf-8";

#nav { margin:0; padding:0; width:686px; height:33px; line-height: 33px;  list-style-type: none; background:#cfcfcf;
}

#nav a {
	display: block;
}

#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#666;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left; background:#CCC;
	
}
#nav li a:hover{ background-position:center top; text-decoration:none;
}

		.menu01 a { width:112px; height:33px; background:url(../images/menu01.gif) no-repeat center bottom;}
		.menu01o a { width:112px; height:33px; background:url(../images/menu01.gif) no-repeat center top; }
		.menu02 a { width:143px; height:33px; background:url(../images/menu02.gif) no-repeat center bottom;}
		.menu02o a { width:143px; height:33px; background:url(../images/menu02.gif) no-repeat center top;}
		.menu03 a { width:143px; height:33px; background:url(../images/menu03.gif) no-repeat center bottom;}
		.menu03o a { width:143px; height:33px; background:url(../images/menu03.gif) no-repeat center top;}
		.menu04 a { width:143px; height:33px; background:url(../images/menu04.gif) no-repeat center bottom;}
		.menu04o a { width:143px; height:33px; background:url(../images/menu04.gif) no-repeat center top;}
		.menu05 a { width:145px; height:33px; background:url(../images/menu05.gif) no-repeat center bottom;}
		.menu05o a { width:145px; height:33px; background:url(../images/menu05.gif) no-repeat center top;}
		
#nav li ul {
	line-height: 33px;  list-style-type: none;text-align:left;
	left: -999em; width: 143px; position: absolute; margin:0; padding:0;
}
#nav li ul li{
	line-height: 33px;
	float: left; width:143px;
	background: #000;
	font-size:12px;
}


#nav li ul a{
	display: block; width:133px; text-align:left; padding-left:10px;
}

#nav li ul a:link  {
	line-height:24px;
	color: #fff; text-decoration:none;
}
#nav li ul a:visited  {
line-height:24px;
	color:#fff;text-decoration:none;
}
#nav li ul a:hover  {
line-height:24px;
	color:#fff;text-decoration:none;font-weight:normal;
	background:#C00;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}