.chromestyle{
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	height: 32px;
	vertical-align: middle;
	background-image: url(../images/menubar_bg.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	z-index: 100;
	text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 0px;
	border-right-width: inherit;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 4px;
}

.chromestyle ul li{
	display: inline;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

.chromestyle ul li a{
	font-style: normal;
	margin: 0;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-weight: normal;
}
.chromestyle ul li a:visited {
	color: #000;
	text-decoration: none;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.chromestyle ul li a:hover{
	color: #FFF;
	font-weight: normal;
	text-decoration: none; /*THEME CHANGE HERE*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	background-position: center;
	padding-left: -1px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:100;
	font-family: "Futura Lt BT", "Futura Md BT", "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	width: 400px;
	visibility: hidden;
	font-weight: normal;
	margin-top: 3px;
	
}
.dropmenudiv[class] {
	background-image:url(http://www.southern-comms.co.uk/images/backgrounds/alpha.png);
}


.dropmenudiv a{
	width: 200px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	text-decoration: none;
	font-family: "Futura Lt BT", "Futura Md BT", "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

.dropmenudiv a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #6F6;
}
.dropmenudiv visited {
	width: 200px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-family: "Futura Lt BT", "Futura Md BT", "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}
.dropmenudiv active {
	width: 200px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	text-decoration: none;
	font-family: "Futura Lt BT", "Futura Md BT", "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

