@charset "utf-8";
/* CSS Document */

#nav {
	width:770px;
	margin:0px;
	padding:3px 0px 0px 20px;
	color:#fff;
	position:relative;
	float:right;
	font-weight:bold;
}

#nav li {
	float:left;
	display:inline;
	list-style:none;
	line-height:35px;
	position:relative;
	z-index:3;
	padding:0 0 0 30px;
}

#nav li a {
	padding:0px 10px 0px 0px;
	cursor:pointer;
	display:inline;
	color:#FFF;
	text-decoration:none;
	font-size:1em;
	outline:none;
}
 
#nav li.rounder {
	position:absolute;
	left:0px;
	top:0px;
	margin:5px 0 0 0;
	padding:0px;
	display:none;
	z-index:2;
}

#nav li.rounder img {
	position:absolute;
}
	
.cornersWrap {
	position:relative;
	height:24px; 
	width:auto;
	margin-top:5px; 
	background:url(../Image/rounder-middle.png) repeat-x;
	margin-left:8px;
	margin-right:8px;
}
 
#nav, #nav li, #nav li a, #nav li.rounder {height:35px;}

#nav li img{
	float:right;
	text-decoration:none;
	border:0;
}
 
#tl,#tr,#bl,#br {
	position:absolute;
	width:8px;
	height:12px;
	overflow:hidden;
	margin:0 -8px 0 -8px;
}
 
#tr,#tl {top:0px;}
#br,#bl {bottom:0px;}
 
#tr,#br {
	right:0;
}

#tl,#bl {left:0px;}
 
#tr img,#br img {left:-12px;}
#bl img,#br img {top:-8px;}