.menu { 
border : none; 
border : 0; 
margin : 15px 0px 0px 0px; 
padding : 0; 
font : 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
font-size : 14px; 
font-weight : bold; 
} 
.menu ul { 
background : #333333; 
height : 35px; 
list-style : none; 
margin : 0; 
padding : 0; 
} 
.menu li { 
float : left; 
padding : 0; 
} 
.menu li a { 
background : #333333 url("../images/seperator.gif") no-repeat right bottom; 
color : #cccccc; 
display : block; 
font-weight : normal; 
line-height : 35px; 
margin : 0; 
padding : 0 25px; 
text-align : center; 
text-decoration : none; 
} 
.menu li a:hover, .menu ul li:hover a { 
background : #2580a2 url("../images/hover.gif") no-repeat center bottom; 
color : #ffffff; 
text-decoration : none; 
} 
.menu li ul { 
background : #333333; 
display : none; 
height : auto; 
padding : 0; 
margin : 0; 
border : 0; 
position : absolute; 
width : 225px; 
z-index : 200; 
} 
.menu li:hover ul { 
display : block; 
} 
.menu li li { 
background : url('../images/sub_sep.gif') no-repeat left bottom; 
display : block; 
float : none; 
margin : 0; 
padding : 0; 
width : 225px; 
} 
.menu li:hover li a { 
background : none;
 
} 
.menu li ul a { 
display : block; 
height : 35px; 
font-size : 12px; 
font-style : normal; 
margin : 0; 
padding : 0 10px 0 15px; 
text-align : left; 
} 
.menu li ul a:hover, .menu li ul li:hover a { 
background : #2580a2 url('../images/hover_sub.gif') no-repeat left center; 
border : 0; 
color : #ffffff; 
text-decoration : none; 
} 
.menu p { 
clear : left; 
