@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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/drop_definition4.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.
=================================================================== */
#menu {list-style-type:none; margin:0px 0px 0px 0px; padding:0; }

#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:265px; height:1px; z-index:100; }

#menu li a, #menu li a:visited {text-decoration:none;}

#menu dl {position:absolute; top:0; left:0; width: 265px; margin: 0; padding: 0; background-image:url(../images/menu-backround.jpg);}
#menu dt {background: #b2ab9b; margin:0;font-size: 12px; border-bottom:1px solid #fff; width:265px; float:left; background-image:url(../images/menu-backround.jpg); height:25px; text-align:center; }
#menu dd {display:none; background: transparent; border-bottom:1px solid #fff; clear:left; margin:0; padding:0; color: #fff; font-size: 12px; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#606060; padding: 5px 5px 5px 20px; width:240px;}
#menu dd a, #menu dd a:visited {background:#b9b9b9; color:#606060; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:240px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}

#menu li:hover dl, #menu li a:hover dl {width:265px; border-bottom:0px solid #c0c0c0; } /*when menu is using dropdown - change border bottom to 25px*/

#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #c5c5c5; color: #5f6699; }

