/*******************************************************************************
* DROPDOWN MENU CLASSES
*******************************************************************************/
.menulist li a, .menulist li a:visited {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    display: block;
    min-width: 200px;
    white-space: nowrap;
    background-color: #005994;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    _width: 200px;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity:.90;
	-khtml-opacity: .90;
}

.menulist li a:hover {
    background-color: #0D9EFF;
    text-decoration: none;
    color: #fff;
}

ul.dropdownlmenu {
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    display: block;
    float: left;
}

ul.dropdownlmenu li {
    float: left;
}

ul.dropdownmenu a.root, ul.dropdownmenu a.root:visited {
    text-transform: uppercase;
	text-align: center;
	display: block;
	width: 113px;
	background-color: #000;
	cursor: pointer;
	height: 30px;
	vertical-align: center;
	line-height: 30px;
	border-left: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity:.70;
	-khtml-opacity: .70;
}

ul.dropdownmenu a.root:hover {
	background-color: #005994;
}
