@charset "utf-8";
/* CSS Document */


/* Menu Stuff */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#nav a {
	display: block;
	width: 84px;
}

#nav li {
	float: left;
	width: 95px;
	height: 50px;	
	vertical-align:top;
}

li#end, li#end a{
	background:url(../images/menu_rep2.gif) repeat-x;
	height: 50px;
	width:460px;
	text-align:right;
	padding:0;
	margin:0;
}


a.navName:link, a.navName:visited {
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	text-decoration:none;	
	
	width: 84px;
	height: 50px;
	
	background:url(../images/menu2.gif); no-repeat;
	padding: 0 0 0 11px;
}

a.navName:hover {
	color: #037EC3;
	background:url(../images/menu_hover2.gif) no-repeat;
}

a.navName.active:link, a.navName.active:visited {
	font-size: 14px;
	color: #037EC3;
	line-height: 14px;
	text-decoration:none;	
	background:#FFCC00;
	width: 84px;
	height: 50px;
	background:url(../images/menu_selected2.gif) no-repeat;
	padding: 0 0 0 11px;
	margin-left:-1px;
}

li.sel{
	margin-left:-1px;
	padding-left:-1px;
}

a.navName.activeHome:link, a.navName.activeHome:visited {
	font-size: 14px;
	color: #037EC3;
	line-height: 14px;
	text-decoration:none;	
	
	width: 84px;
	height: 50px;
	background:url(../images/menu_selected_h2.gif) no-repeat;
	padding: 0 0 0 11px;
}

 
