﻿

.topMenu ul,.bottomMenu ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
text-transform:uppercase;
}

.topMenu ul li,.bottomMenu ul li { float: left;margin-right:25px; }

.topMenu ul li a,.bottomMenu ul li a
{
text-decoration: none;
/*background: url(images/red-bullet.gif) no-repeat bottom left;*/
font-size: 15px;
float: left;
margin: 0px;
height: 29px;
padding-top: 13px;
padding-right: 3px;
padding-bottom: 0px;
padding-left: 10px;
color:#fff;
}




.bottomMenu ul li a
{

}
.topMenu li a:hover,.bottomMenu li a:hover
{
background: url(images/red-bullet.gif) no-repeat bottom left;
color: #fff;
font-weight:bold;
}




.topMenu li.current,.bottomMenu li.current
{
background: url(images/red-bullet-line.gif) no-repeat bottom left;
color: #fff;
font-weight:bold;
}


#navigation {
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:146px;
}
#navigation a.head ,#navigation a.hselected {
	cursor:pointer;
	background:url(images/menu-g.gif) no-repeat;
	color:#FFFFFF;
	display:block;
	margin:0px;
	padding:0px;
	text-decoration: none;
	height:28px;
	text-align:center;
	text-transform:uppercase;
	padding-top:5px;
}

#navigation a.hselected
{
		background:url(images/menu-y.gif) no-repeat;
	color:#000;
		font-weight:bold;
}


#navigation a.head:hover { 
	background:url(images/menu-y.gif) no-repeat;
	color:#000;
}
#navigation a.selected {
	background:url(images/menu-y.gif) no-repeat;
	color:#000;
		font-weight:bold;
}
#navigation a.current {
	color:#000;
}
#navigation ul 
{
	font-size:13px;
	border-width:0px;
	margin:0px;
	padding:0px;
	background-color:#ffdc00;
	margin-top:-5px;
	text-align:center;
	width:120px;
	margin-left:10px;
	margin-bottom:10px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-decoration: none;
	margin-bottom:3px;
}
#navigation li li a:hover {
	background-color:#ffdc00;
	color:#000;
	font-weight:bold;
}


#navigation li li a.current,#navigation li li a.selected {
	background-color:#ffdc00;
	color:#000;
	font-weight:bold;
}



