#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:absolute;
line-height:1.5em;
padding:0px 0px 0px 0px;
margin:0px;
}

#nav a{
display:block;
padding:10px 14px 0px 20px;
color:#fff;
height:35px;
width:80px;
text-decoration:none;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
}

#nav a:hover{
background-image:url(../images/hover_img.jpg);
background-repeat:repeat-x;
color:#333;
}
#nav a.active2{
background-image:url(../images/hover_img.jpg);
background-repeat:repeat-x;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:16em;
top:3.5em;
}

#nav li ul a{
width:16.2em;
height:auto;
float:left;
font-family:Tahoma;
font-size:11px;
text-transform:capitalize;
font-weight:normal;
background-color:#FFFFFF;
color:#000000;
padding:5px 0px 5px 20px;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:16em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#nav li.top {
display:block; float:left; 
background:url(../images/seperator.jpg);
width:1px;
height:40px;
}
#nav li ul li a.arrow {
background-image:url(../images/arrow.jpg);
background-repeat:no-repeat;
background-position:left center; 
}
#nav ul li.dotts {
display:block; 
float:left; 
background:url(../images/dottes.jpg);
background-repeat:repeat-x;
width:16.4em;
height:1px;
overflow:hidden;
}
#nav ul li.dotts2 {
display:block; 
float:left; 
background:url(../images/dottes.jpg);
background-repeat:repeat-x;
width:13.8em;
height:1px;
overflow:hidden;
}

#nav ul li menu.active{
color:#183884; 
background-image:url(../images/hover_img.jpg);
background-repeat:repeat-x;
}