body	{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

table, tr, td	{
	font-size: 11px;
}

.menuBox	{
	border: 1px solid #cccccc;
	background: #02578D;
	position: absolute;
	padding: 3px;
	min-width: 70px;
}

.menuBoxHidden	{
	display: none;
	position: absolute;
}

.menuBox a {
	text-decoration: none;
	color: white;
	padding: 2px;
	display: block;
}

.menuBox .menuRow	{
	padding-right: 15px;
	cursor: pointer;
}

.menuBox .menuRowHover	{
	padding-right: 15px;
	cursor: pointer;
	background: #73A2C3;
}

.menuBox .menuRowHaveSubmenu	{
	padding-right: 15px;
	cursor: pointer;
	background: url('../images/haveSubmenuWhite.php') 99% 50% no-repeat;
}

.menuBox .menuRowHaveSubmenuHover	{
	padding-right: 15px;
	cursor: pointer;
	background: #73A2C3 url('../images/haveSubmenu.php') 99% 50% no-repeat;
}

/*a.menuRowHaveSubmenu	{
	padding-right: 15px;
	background: url('haveSubmenuWhite.gif') 100% 50% no-repeat;
	display: block;
}

a.menuRowHaveSubmenu:hover	{
	background: url('haveSubmenu.gif') 100% 50% no-repeat;
}*/

#dropDownMenu	{
	margin: 0;
	padding: 0;
}

#dropDownMenu li	{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 10px 0 0;
}

#dropDownMenu li a	{
	color: black;
	display: block;
}

#dropDownMenu li a:hover	{
	color: black;
	text-decoration: none;
}
