.chromestyle {
	color: #000 !important;
        font-size: 14px;
	font-weight: bold;
	width: 635px; /* SET WIDTH OF WHOLE MENU HERE */
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}

.chromestyle ul {
	background: url(uaAthleticsBG.gif) center center repeat-x; /*THEME CHANGE HERE - BG FOR WHOLE MENU*/
	border: 0px ;
	margin: 0;
	padding: 3px 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	width: 100%;
}

.chromestyle ul li {
	display: inline;
}

/* Change font size here for size of link text */
.chromestyle ul li a {
	border-right: 1px solid #CCC;
	color: #000 !important;
	font-size: 11px;
	margin: 0;
	padding: 3px 8px;
	text-decoration: none;
}

.chromestyle ul li a.last {
	border: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(uaAthleticsBG-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	background-color: #FFF;
	border: 1px solid #000 !important; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	
	font-weight: normal;
	line-height: 18px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 140px;
	z-index: 100;
}

/* Control the size of text and color of links INSIDE the dropdowns */
.dropmenudiv a {
	border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
	color: #000 !important;
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0;
	text-decoration !important: none;
	text-indent: 5px;
	width: auto;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

/* Color of drop-down menu background */
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #CCC;*/
	background: url(goldgradient.gif) repeat-x;
}