.menubar ul {
    
}

.menubar a { 
    display: block;
    text-decoration: none;
    font-size: 107%;
}

.menubar ul li a#current {
    color: #ffffff;
	background-image: url('/style/graphics/menu.png');
	width:129px;
	height:54px;
}

.menubar ul li {
    float: left;
	line-height:60px;
	margin-right:20px;
	width:129px;
}

.menubar ul li:first-child {
    border: none;
}    
#navWrap {
background-color:#BCBDC0;
color:#FFFFFF;
float:left;
margin-bottom:3px;
height:60px;
width:995px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
    }

#topNav ul{
font-size:12px;
height:25px;
margin:0;
padding:0;
text-transform:uppercase;
}
ul {
	margin:0;
	padding:0;}
#topNav li {
    float:left;
	list-style:none;
}
#topNav li li {
	clear:both;
}
#topNav li {
	color:#FFFFFF;
height:54px;}
#topNav li.current li .NavR, #topNav li.current li .NavL{
	display:none;
}
#topNav li.current ul{
	display:none;
}
#topNav li.current:hover ul{
	display:block;
}

#topNav li.current li a {
position:relative;
background:none;
width:100px;
text-align:center;
margin-top:-9px;
float:left;
z-index:2;
background-color:#b5121b;
}
#topNav li.current li a:hover {
position:relative;
background:none;
width:100px;
text-align:center;
margin-top:-9px;
float:left;
z-index:2;
background-color:#b5121b;
}

#topNav li.current a {
background:url('/style/graphics/current.png');
background-repeat:repeat-x;
float:left;
color:#FFFFFF;
height:54px;
}

#topNav .current .NavL {
background:url('/style/graphics/current_left.png') no-repeat scroll;
float:left;
width:10px;
height:54px;
}

#topNav .current .NavR {
background:url('/style/graphics/current_right.png') no-repeat scroll;
float:left;
width:10px;
height:54px;
}
#topNav li a {
	line-height:54px;
    display:block;
    padding:0 18px;
    color:#242424;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
}