/*#mainNav {
	font-size: 14px;
	line-height: 31px;
	height: 31px;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	line-height: 31px;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	width: 94px;
	display: block;
	font-size: 11px;
}
#mainNav a:hover {
	line-height: 31px;
	color: #660066;
	display: block;
	height: 31px;
	width: 94px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	font-size:11px;
	background-image: url(../images/redesign/mainNav_hover.jpg);
	background-repeat: repeat-x;
		
}*/
.lineHeight {
	line-height: 15px;
}
#chromemenu{
	width: 99%;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#chromemenu ul {
	width: 760px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	font-size: 11px;
	height: 31px;
}
#chromemenu ul li{
	display: inline;
}
#chromemenu ul li a{
	height: 11px;
	padding: 10px 0px;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	width: 93px;
	float: left;
	text-align: center;
	
}

#chromemenu ul li a:hover{
	color: #660066;
	background-image: url(../images/redesign/mainNav_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
#chromemenu ul li a.lineHeight {
	line-height: 15px;
	padding: 0px;
	height: 31px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CCCCCC; /*Theme Change here*/
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 100;
	background-color: #F1F2F4;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC; /*Theme Change here*/
	padding: 3px 0;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-image: url(../images/redesign/mainNav_hover.jpg);
	background-repeat: repeat-x;
	color: #660066;
	border-bottom: 1px solid #999999; /*Theme Change here*/
}