/* CSS Document */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;

}

#nav a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
	background: #292929;
	border-bottom: 1px solid #fff;
	text-align: left;
}

#nav li li a:hover {
	background: #666666;

}

#nav li {
	float: right;
	position: relative;
	width: 150px;
	text-align: center;
	cursor: default;
	background-color: transparent;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 15px;
	text-transform: uppercase;
}

#nav  li#first {
	border-left-width: 0px;
}

#nav  li#last {
	border-right-width: 0px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0;
	border-right: solid 1px #ffffff;
		height: 15px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	text-align: left;
}

li:hover ul, li.over ul {
	display: block;
}


#containerHeader
{
	width: 100%;
	height: 19px;
	text-align: center;
	background: #292929 url(../images/headerMain/bg.jpg) repeat-x;
}

#containerHeader2
{
	width: 664px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

#headerLinkLeft
{
	float: left;
}

/*#headerLinkRight
{
	float: right;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 15px;
}

#headerLinkRight a
{
	
	color: #ffffff;
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menuTableCell
{
	display: table-cell;
	float: left;
}

.dropdownmenu
{
	text-align: left;
	visibility: hidden;
	position: absolute;
	top: 333px;
	z-index	: 1000;
	background: #061a32 url(../images/background/subMenu_bg.gif) repeat-x top left;
	width: 185px;
	margin-top: 2px;
	padding: 0px;		
	border-top: 1px solid #ffffff;		
	border-left: 1px solid #ffffff;	
	border-right: 1px solid #ffffff;	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
	
.dropdownmenu a
{
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	display: block;
}

.dropdownmenu a:hover
{
	color: #ffffff;
	font-weight: bold;
}*/