#nav, #nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	/*border-right: 1px dotted #f37421;*/
	float: left;
	width: 130px;
	height:30px;
	padding-top: 0px;
	text-align: center;
}
#nav ul {
	position: relative;
	/*top: 0px;*/
	width: 130px;
	left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}
a.nav {
	color: #292929;
	padding-top: 12px;
	height: 35px;
	text-decoration: none;
	display: block;
}
a:link.nav, a:visited.nav {
	color: #292929;
}
a:hover.nav {
	color: #13B5EA;
	height: 35px;
	text-decoration: none;
	
}
/*
#nav a {
	color: #292929;
	padding-top: 12px;
	height: 35px;
	text-decoration: none;
	display: block;
} 
#nav a, a:active {
	color: lime;
	height: 35px;
	text-decoration: none;
	display: block;
}*/
.transparant {
	background-color: white;
	width: 130px;
	height: 35px;
	FILTER: alpha(opacity=90);
	-moz-opacity: 1.5; 
	opacity: 1.5; 
	khtml-opacity: 1.5;
	}
