﻿.dropdown{margin: 0; padding: 0; list-style: none;}
.dropdown ul{width: 110px; padding: 0; list-style: none; text-align: left; border: 1px solid #5f8ab3; border-top: none; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;}
.dropdown li{font-size: 11px; margin:0 10px 0 0; cursor:pointer; width: 110px; background: url(/images/linkButtonOff.gif);}

.dropdown a{
	text-decoration:none;
	color:#FFF;
	background: none; 
	padding-left: 10px;
}

.dropdown a:hover
{
	text-decoration:underline;
	background: none; 
	padding-left: 10px;
}
.dropdown a.regular:hover
{
    width: 110px; 
    height: 21px; 
    margin: 0 5px; 
    float: left; 
    background: url(/images/linkButtonOff.gif); 
    line-height: 21px; 
    text-align: center; 
    margin-top: 15px; 
    text-decoration: unerline; 
    font-style: italic;}
/* these are the LIs that only belong to submenu*/
.dropdown ul{border: none;}
.dropdown ul li{border: none;}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	width:110px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.png');
	background-position:center right;
	width: 250px;
}