#navcontainerTop
{
	width: 100%;
	float: left;
	background-color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#navcontainerTop ul {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#navcontainerTop ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainerTop ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainerTop ul li a
{
	padding: 0.2em 12px;
	background-color: #CC6600;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFF06;
	border-left: 1px solid #FFFF06;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#navcontainerTop ul li a:hover
{
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#navlistTop li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #CC6600;
text-align: center;
text-transform: uppercase;
font: bold normal 12px/normal Arial, Helvetica, sans-serif;
}

#coolmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 150px;
background-color: #CC6600;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 144px;
}

#coolmenu a{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
background-color: #FFFFCC;
color: black;
text-align: center;
text-transform: uppercase;
}

a:link {color: #009900;}
a:visited {color: #009900;}
a:hover {color: #333333;}
