a.menuLink:link,a.menuLink:active,a.menuLink:visited
{
	font-family: Arial;
	font-size: 12px;
	color: rgb(153,179,204);
	text-decoration: none;
	letter-spacing: 2px;
}
a.menuLink:hover
{
	font-family: Arial;
	font-size: 12px;
	color: rgb(255,255,255);
	text-decoration: none;
	letter-spacing: 2px;
}

td.menuCell:hover 
{
	background-color: rgb(7,23,83);
}
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid rgb(51,51,153);
	border-bottom-width: 1;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*
ul.flexdropdownmenu {
		margin-top: 11px;
}
*/
.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: rgb(51,51,153);
background: rgb(240,235,230);
border-bottom: 0px solid rgb(51,51,153);
text-decoration: none;
padding: 4px 5px;
}

.flexdropdownmenu li a:link, .flexdropdownmenu li a:active, .flexdropdownmenu li a:visited
{
	color: rgb(51,51,153)
}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 210px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
text-decoration: underline;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	color: #99B3CC;
}

