/* Navigation styles
link-visited-hover-active
focus
----------------------------*/
#nav {
	background:#000;
	width:710px;
	padding:0;
	margin:0 auto
}

#nav li {
    background:#000;
	float:left;
	margin: 0 1px;
	list-style:none
}

#nav a {
	display:block;
    padding:5px 8px
}

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

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

#nav a:hover, #nav a:focus {
	text-decoration:none;
	color:#7da1f9;
}

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

#nav li.active {
	background: url(../img/left_menu_active_bg.gif) no-repeat;
}

#nav li.active a {
	background: url(../img/right_menu_active_bg.gif) right top no-repeat;
	color:#7da1f9;
}



/* Sub-navigation styles
----------------------------*/
#sub-nav {
	float:left;
}

#sub-nav li {
	float:left;
	width:221px;
	list-style:none
}

#sub-nav ul li {
	margin-left: 10px;
	height: auto;
}

#sub-nav li a {
	display:block;
	padding:5px 0;
	width:100%
}

#sub-nav li li a {
	width:100%
}

#sub-nav a:link {
	text-decoration:none;
	color:#333;
}

#sub-nav a:visited {
	text-decoration:none;
	color:#333;
}

#sub-nav a:hover {
	text-decoration:none;
	color:#333;
}

#sub-nav a:active {
	text-decoration:none;
	color:#333;
}