
/* Top Navigation Styles
----------------------------------------------- */

#nav ul {
	margin: 0;
	padding-bottom: 7px !important; /* IE Sucks */
	padding-bottom: 8px;
	
	white-space: nowrap;
	
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0 10px 6px;
	
	color: #EBF4FF;
	font-weight: bold;
	text-decoration: none;
}

#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

 #nav a.current, #nav a.current:hover {
	background: url(../interface/nav-bg.gif) bottom left repeat-x;
}

#nav a:hover{
	background: url(../interface/nav-bg2.gif) bottom left repeat-x;
}

/* Sub-Navigation Styles
----------------------------------------------- */

#subnav ul {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#subnav li a {
	margin: 0;
	padding: 7px 0 7px 15px !important;
	width: 170px;
	
	display: block;
	
	border-bottom: 1px solid #EBF4FF;
}

.link{
	color: #353535;
	text-decoration: none;
}

#subnav a {
	color: #353535;
	text-decoration: none;
}

#subnav a:hover {
	background: #EBF4FF;
}

#subnav li a.current, #subnav li a.current:hover {
	border: 0;
	
	color: #fff;
	
	background: url(../interface/subnav-bg.gif) no-repeat;
}

