﻿body 
{
	font-family: Arial;
	border-collapse: collapse;
}

.nav 
{
	font-size: 12px;
	color: Black;
	height: 60px;
	width: 920px;
	background-image: url(../assets/images/black_fade_bg.jpg);
	background-position: 0 30px;
	background-repeat: repeat-x;
}

.nav a /*, .nav a:hover, .nav a:active, .nav a:visited */
{
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* LEVEL 1 */

.nav .level1
{
	height: 30px;
	clear: both;
}

.nav .level1 .item
{
	float: left;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	text-align:center;
	background-image: url(../assets/images/nav_tab_bg.gif);
	border-right: 1px solid #999999;
	width: 80px;
}

.nav .level1 a
{
	color: #000000;
}

.nav .level1 .active 
{
	background-color: #000000;
	background-image: url(../assets/images/nav_tab_black_bg.gif);
	background-repeat: no-repeat;
}

.nav .level1 .active a
{
	color: #FFFFFF;
}

/* LEVEL 2 */

.nav .level2
{
	background: Black url(../assets/images/black_fade_bg.jpg);
	display: none;
	height: 30px;
	width: 920px;
}

.nav .level2 .yuimenuitem
{
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
}

.nav .level2 .selected
{
	font-size:12px;
	border-color: Black;
	background: #9a0e10 url(../assets/images/red_fade_bg.jpg) repeat-x;
}

.nav .level2 a {
	color: #FFFFFF;
}

/* LEVEL 3 */

.nav .level2 .yuimenuitem ul .yuimenuitem 
{
	border: 1px solid #FFFFFF;
	border-top-width: 0px;
	background: #999999 url(../assets/images/gray_fade_bg.jpg) repeat-x;
	text-align: center;
	width: 140px;
}

.nav .level2 .yuimenuitem ul li.first-of-type
{
	border-top-width: 1px;
}

.nav .level2 .yuimenuitem ul .selected
{
	background: #9a0e10 url(../assets/images/red_fade_bg.jpg) repeat-x;
}

/* LEVEL 4 */

.nav img
{
	border: 0;
	padding: 0;
	margin: 0;
}

.nav .level2 .yuimenuitem .yuimenuitem ul li.preview
{
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 325px;
	height: auto;
	overflow: auto;
	background: #9a0e10;
}

.nav .level2 .yuimenuitem .yuimenuitem p
{
	margin: 0;
	padding: 0;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

.nav .level2 .yuimenuitem .yuimenuitem p.image 
{
	float: right;
}

.nav .level2 .yuimenuitem .yuimenuitem p.level4
{
	float: left;
	margin: -2px 0px 0px 0px;
}

.nav .level2 .yuimenuitem .yuimenuitem p.level4 a:hover
{
	color: #000000;
}

.nav .level2 .yuimenuitem .yuimenuitem p.level4 img
{
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
}

.nav .level2 .yuimenuitem .yuimenuitem p.description
{
	clear: both;
	width: 100%;
	padding: 10px 0px 0px 0px;
	white-space: normal;
	line-height: 13px;
	text-transform: none;
}
