@charset "UTF-8";
/* CSS Document */

#menuHolder {
	position:relative;
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#menuItemsHolder {
	position:relative;
	width:100%;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	letter-spacing:.4px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

.divLine {
	background-image:url(../images/divLine.jpg);
	float:left;
	height:50px;
	width:2px;	
}

.menuItem {
	float:left;
	width:auto;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:12px;
	font-variant:small-caps;
}


.menuItem a:hover {
	background-image:url(../images/hoverBG.jpg);
	background-repeat:repeat-x;
	display:block;
	padding: 0px 9px; 
	text-decoration:none; 
	background-color: #FFFFFF; 
	color:#FFF;
	padding: 0px 3px; 
}

.menuItem a {
	cursor:pointer;
	display:block;
	padding: 0px 3px; 
	text-decoration:none; 
	color:#FFF;
}  

#rotatingBanner {
	position:relative;
	float:left;
	width:100%;
	height:288px;
}

#logoHolder {
	float:left;
	position:relative;
	width:225px;
	height:288px;
	background-image:url(../images/subMenuBG.jpg);
	background-position:bottom;
	z-index:5;
}

#subMenuHolder {
	top:0px;
	float:left;
	position:relative;
	width:225px;
	margin-left:auto;
	margin-right:auto;
	z-index:-5;
}

#flashBanner {
	float:right;
	position:relative;
	width:541px;
	height:288px;
	background-image:url(../images/bannerBG.jpg);
	z-index:5;
}


.submenuItem {
	float:left;
	width:225px;
	height:20px;
	line-height:18px;
	text-align:left;
	font-size:12px;
	border-top:0px;
	border-bottom-width:thin;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	z-index:-1;
	text-indent:25px;
	background-image:url(../images/subLink.jpg);

}


.submenuItem a:hover {
	display:block;
	padding: 0px 9px; 
	background-image:url(../images/subHover.jpg);
	text-decoration:none; 
	background-color: #FFFFFF; 
	color:#666666;
	padding: 0px 5px; 
}

.submenuItem a {
	cursor:pointer;
	display:block;
	padding: 0px 5px; 
	text-decoration:none; 
	color:#BDD032;
	
}  
