﻿body
{
	margin: 0px;
}
#Header
{
	height: 125px;
	width: 100%;
	background: #322E2B;
}
#MainNav 
{
	background: url(/Assets/img/PaidServicesNav1.gif);
	height: 37px;
	width: 100%;
}
#GenreNav 
{
	background: url(/Assets/img/Nav2.gif);
	height: 37px;
	width: 100%;
}
.NavCell
{
	height: 37px;
	padding-right: 40px;
}
.subNavCell
{
	height: 37px;
	padding-right: 40px;
	text-align: center;
}
.Wrapper 
{ 
	margin: 0 auto;
	width: 940px;
}
#Footer
{
	padding:10px; 
	background-color:#6c6d57; 
}
.submitButton
{
	background: url(/Assets/img/MedOrangeButton_BG.gif) repeat-x;
	height: 19px;
	font: bold 12px Arial;
	color: #322E2B;
	border: 0px;
	text-align: center;
	cursor: pointer;
}

ul.arrow 
{
	list-style: none;
    list-style-type:none;
}
ul.arrow li 
{
	margin: 0px !important;
	margin-left: 5px !important;
	padding-left: 15px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none !important;
	list-style: none;
}
ul.arrow li.top 
{
	background-position: 0px 4px;
}

