.bodyBorder {
	border-top: 2px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 0px solid #000066;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000066;
}
.navSM {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
}
.phone {
	font-family: Verdana;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytext {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}
.navSM2 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	line-height: 13px;
	color: #000099;
}
.BoxBorder {
	border: thin solid #D7E0E8;
	font-family: Verdana;
	font-size: 11px;
}
.coupon1 {
	font-family: Verdana;
	font-size: 11px;
	background-color: #B7BFE0;
	border: 3px dashed #000066;
}
.coupon2 {
	font-family: Verdana;
	font-size: 11px;
	background-color: #B6D95C;
	border: 3px dashed #113A5B;
}
.coupon3 {
	font-family: Verdana;
	font-size: 11px;
	background-color: #F5E57B;
	border: 3px dashed #BB1A2B;
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
	font-weight: bold;
}
.facebook-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}


/* Menue START */ /* Menue START */ /* Menue START */



.arrowlistmenu{
	width: 199px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 13px Trebuchet MS;
	color: #000066;
	text-align: left;
	/*background: black url(images/titlebar.png) repeat-x center left;*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0px 0px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
}

.arrowlistmenu ul li{
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
	background-image: url("images/bubble.png");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #6fb8fc;
	display: block;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	padding: 2px 0 2px 22px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	}

.arrowlistmenu ul li a:visited{
color: #white;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #6fb8fc;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

/* Menue END */ /* Menue END */ /* Menue END */
.links3 .arrowlistmenu .menuheader a {
	/*color: white;*/
	text-decoration: none;
}
.links3 .arrowlistmenu .categoryitems #bottom-shade {
	background-image: url(images/titlebar-bottom.png);
	height: 19px;
	width: 199px;
}

