/* minimum menu requirements for functionality */
.topmenuul{
list-style-type:none;
margin: 0;
padding: 0;
}

.topmenuli{
list-style-type: none;
float: left;
}

.topmenutitle{
display: block;
width: 140px;
}

.submenuul{
list-style-type: none;
position: absolute;
margin: 0;
padding: 0;
display: none;
z-index: 100;
}

.submenuli a{
display: block;
width: 150px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
display: block;
}

#dmenu li>ul { 
top: auto;
left: auto;
}

/* menu design */

#dmenu {
font-family: verdana, sans-serif;
font-size: 12px;	
position: absolute;
left: 5px;
top: 150px;
width: 984px;
padding: 0;
margin: 0;
background-color: #000;
z-index: 100;
}

.topmenuul {
	
}

.topmenutitle {
text-indent: 3px;
text-decoration: none;
border: 1px solid #000000;
padding: 3px;
color: #ffffff;
font-weight: bold;
	
}

.submenuul {
margin-top: -1px;
background-color: #ffffff;
background-position: top left;
background-repeat: repeat-x;
border-top: 1px solid #000000;
border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
border-left: 7px solid #C41452;
z-index: 100;

}

.submenuli a{
padding:3px;
text-decoration: none;
color: #000000;
font-weight: bold
}

.submenuli a:hover{
text-decoration: none;
color: #B037C1;
}
#navbar {
	color: #FFF;
	background-color: #000;
}
