/* ================================================================ 
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_line.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 {
	position:relative;
	width:600px;
	height:25px;
	background:#000;
	padding-bottom:1px;
	background:none;
	margin-bottom:40px;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 20px;
width:600px;
height:10px;
}

.menu li{
float:left;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#fff;
text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:left;
width:5px;
height:1em;
}
.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:2em;line-height:1.9em;
background: transparent url(drop/mida.gif);
cursor:pointer;
border-bottom:4px solid #000;
}
.menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
width:5px;
height:2em;
background: transparent url(drop/righta.gif);
border-bottom:4px solid #000;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:2em;
top:2em;
left:-20px;
width:600px;
background:#b74149;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
background: transparent url(drop/midb.gif);
border-bottom-color:#000;
}
.menu a:hover em.lft {
background: transparent url(drop/leftb.gif);
border-bottom-color:#000;
}
.menu a:hover em.rgt {
background: transparent url(drop/rightb.gif);
border-bottom-color:#000;
}

 
.menu li:hover > a b
{
color:#b74149;
padding-top:4px;
background: transparent url(../img/arrow3.gif) bottom no-repeat;

}
#contactus li:hover > a b
{
color:#b74149;
padding-top:0px;
background: #000000;
}
.menu li:hover > a em.lft {
background: transparent url(drop/leftb.gif);
border-bottom-color:#000;
}
.menu li:hover > a em.rgt {
background: transparent url(drop/rightb.gif);
border-bottom-color:#000;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:27px;
margin-top:1px;
}

.menu ul :hover ul li {
display:block; 
border-left:1px solid #b74149; 
background:#b74149; 
height:1em;
}
.menu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:1em; 
line-height:2.5em; 
width:auto; 
float:left; 
color:#FFF; 
padding:0 5px;}
.menu ul :hover ul li a:hover {
color:#fff;
}
