.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px tahoma;
list-style-type: none;
border-bottom: 1px solid gray;
background: #B71234;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #B71234;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
.rounded:before {
  background: transparent url(images/frame/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(images/frame/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(images/frame/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(images/frame/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}
td {
  font-family: tahoma;
  color: black;
  font-size: 12px;
}
input, option, textarea, select, checkbox {
  font-family: tahoma;
  font-size: 8pt;
  color: black;
  font-weight: none;
  border: 1px solid lightgray;
  background-color: white;
}
p
{
padding:3px 3px 3px 3px
}
a:link,a:visited {
  color: darkblue;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: blue;
}
a:active {
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  color: darkblue;
}
.error {
	border: 1px solid #FC6;
	background: #FFC url(admin/images/error.png) no-repeat 4px 9px;
	color: #C00;
	margin: 5px 0;
	padding: 10px 2px 10px 24px;
	font-weight: normal;
	font-size:13px;
}

.success {
	border: #080 1px solid;
	color: #080;
	background: #E8FCDC url(images/accept.png) no-repeat 4px 9px;
	margin: 5px 0;
	padding: 10px 2px 10px 24px;
	width:100%;
	font-weight: normal;
	font-size:13px;
}
.pricing
{
font-size:10px;
font-weight:200;
}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFFFFF;
border: 1px solid #E1E1E1;
}

.hovermenu ul li a:hover{
background-color: #999999;
border-style: outset;
color:#FFFFFF;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-variant:small-caps;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.style1 {
	color: #000099;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.path{
		border:solid 1px #e8e8e8; 
		background:#F8F8F8;
		color:#000000;
		padding:4px;
	}
	.copyright
	{font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF
	}
	body
	{
	background-color:#B81536;
	}
	.footer {font-size: 10px}
