/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
bor der:1px dotted red;
}

.menu ul ul {

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

#topnav .menu li, #footermenu .menu li {
clear:none;
float:left;
display:inline;
width:auto;
position:relative;
}

#footermenu .menu li {
	float:none;
	padding:10px;
}

#leftbar .menu li {
display:block;
padding:2px 0px;
width:auto;
position:relative;
}

/* style the links for the top level */
#topnav .menu a, #topnav .menu a:link, #topnav .menu a:visited {
font-size:18px;
disp lay:block;
text-decoration:none;
color:#CB241C;
width:auto;
height:26px;
border:none;
background:transparent;
padding-right:32px;
line-height:25px;
}

#leftbar .menu a, #leftbar .menu a:link, #leftbar .menu a:visited {
font-size:14px;
display:block;
text-decoration:none;
color:#666666;
font-weight:bold;
width:auto;
height:auto;
border:none;
background:transparent;
padding-right:0px;
line-height:18px;
}



/* style the top level hover */
#leftbar .menu a:hover,
#topnav .menu a:hover,
 .menu ul ul a:hover{
color:#333333;
background:transparent;
}
#leftbat.menu :hover > a, #topnav .menu :hover > a, .menu ul ul :hover > a {
color:#333333;
background:transparent;
}
#leftbar .menu a.current, #topnav .menu a.current {
color:#333333;
background:transparent;}
