body {
	margin: 0;
	padding: 28px 0 0 0;
	background-image: url(/images/common/tileinside.gif);
	background-repeat: repeat-x;
	background-color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 19px;
}
body a:visited {
	color: #d72524;
	font-weight: bold;
	text-decoration: underline;
}
body a:link {
	color: #d72524;
	font-weight: bold;
	text-decoration: underline;
}
body a:active {
	color: #d72524;
	font-weight: bold;
	text-decoration: underline;
}
body a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* ------------- Hdr Nav Styles ------------- */
#hdr {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-image: url(/images/hdrnav/insidehdrbkgd.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 167px;
}	
#logo {
	padding: 13px 0 0 20px;
	width: 200px;
	float: left;
}
#nav {
	width: 498px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 59px 0 0 0;
	list-style-type: none;
}
#nav li {
	float: left;
}
#search {
	background-image: url(/images/hdrnav/searchbkgdwithgo.png);
	background-repeat: no-repeat;
	width: 212px; /* overall width with padding is 242 */
	height: 35px; /* overall height with padding is 105 */
	float: left;
	padding: 70px 30px 0 0;
	text-align: right;
}
/* ------------- End Hdr Nav Styles ------------- */
#login {
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b1b1b1;
}
#login a:visited {
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}
#login a:link {
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}
#login a:active {
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}
#login a:hover {
	color: #f2a233;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	margin: 0 auto;
	width: 960px;
	height: 80px;
	padding: 5px 0 0 40px;
	background-image: url(/images/footer/logohome.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 19px;
}
#footer a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#footer #OWA {
	color:#e59629;
}

#footer #OWA a:visited {
	color:#e59629;
	text-decoration:none;
}

#footer #OWA a:link {
	color:#e59629;
	text-decoration:none;
}

#footer #OWA a:active {
	color:#e59629;
	text-decoration:none;
}

#footer #OWA a:hover {
	color:#CC3333;
	text-decoration:underline;
}

#shadowbottom {
	width: 100%;
	height: 55px;
	background-image: url(/images/common/shadowbottom.gif);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	padding: 50px 0 30px 0;
	width: 100%;
	background-image: url(/images/common/shadowtop.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	overflow: hidden;
	height: auto;
	border: solid 0px green;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
	height: auto;
	border: solid 0px blue;
}
#twocolumnleft {
	width: 220px;
	float: left;
}
#twocolumnright {
	width: 710px;
	float: right;
	padding: 0 0 0 30px;
}
.myBoxOneColumn { /* used for one column templates with no sidebar or submenu (width = 960) */
    margin: 0 auto;
    border: #d7d7d7 2px solid;
    width: 906px;
    padding: 25px;
    text-align: left;
	overflow: hidden;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.myBoxOneColumn li {
	margin: 0 0 0 -15px;
	padding: 0 0 8px 0;
	list-style: url(/images/common/arrowli.gif);
}
.myBoxTwoColumn { /* used for two column templates (width = 710) */
    margin: 0 auto;
    border: #d7d7d7 2px solid;
    width: 656px;
    padding: 25px;
    text-align: left;
	overflow: hidden;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.myBoxTwoColumn li {
	margin: 0 0 0 -15px;
	padding: 0 0 8px 0;
	list-style: url(/images/common/arrowli.gif);
}
.myBoxPhoto {
	margin: 0 0 10px 10px;
	padding: 8px;
	border: #ccc 1px solid;
}
#pagetitleleft {
	width: 356px;
	float: left;
}
#pagetitleright {
    float:right;
    
    position: relative;
    right: 5px; 
    top: 5px;
	width: 300px;
	
	text-align: right;
}
#newstitle {
	width: 356px;
	float: left;
}
#newssharethis {
	width: 300px;
	float: left;
	text-align: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #cc3333;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #212121;
	margin: 0 0 15px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc6600;
	margin: 0 0 3px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 6px 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 3px 0;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	margin: 0 0 15px 0;
}
.hr {
	margin: 20px 0 20px 0;
	border: 0;
	color: #d7d7d7;
	background-color: #d7d7d7;
	height: 1px;
}
.customlogo {
	padding: 0 0 25px 0;
}
.customphoto {
	margin: 0;
	padding: 8px;
	border: #ccc 1px solid;
}
/* ------------- Products Styles ------------- */
.columndata {
	float: left;
	padding: 0 30px 0 0;
}
#spacer {
	clear: both;
}
#needmoredetails {
	padding-top: 30px;
}
.productstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	clear:left;
}
.productsphoto {
	border: #999 1px solid;
}
.productsfactspanel {
	margin: 0 0 0 30px;
}
.mastercaselabel{
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	clear:left;
}

.clear {
	clear:left;
}
.productslabel {
	border: #999 1px solid;
	margin-bottom:10px;
}
.productspreviousnext {
	margin-bottom: 15px;
	font-size: 11px;
	color: #666;
}
.productspreviousnext a:visited {
	color: #666;
	font-weight: normal;
}
.productspreviousnext a:link {
	color: #666;
	font-weight: normal;
}
.productspreviousnext a:active {
	color: #666;
	font-weight: normal;
}
.productspreviousnext a:hover {
	color: #212121;
	font-weight: normal;
}
/* ------------- End Products Styles ------------- */

/* ------------- Menu Styles ------------- */
#menuwrapper {
	width: 220px;
	position: absolute;
	/*z-index: 1000000;*/
}
#menutitle {
	background-image: url(/images/menu/title.gif);
	height: 26px;
	padding: 7px 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
ul#menu, ul#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu a {
	display: block;
	text-decoration: none;	
}
ul#menu li a {
	background-image: url(/images/menu/mainAlt.gif);
	padding: 6px 22px 6px 10px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px #828282 dotted;
}
ul#menu li a:hover {
	background-image: url(/images/menu/mainAlt-over.gif);
}
ul#menu li ul li a {
	padding: 8px 8px 8px 27px;
	color: #5a5a5a;
	font-weight: bold;
	background-image: url(/images/menu/subarrow.gif);
	background-repeat: no-repeat;
	background-position: 16px;
}
ul#menu li ul li a:hover {
	color: #000;
	background-image: url(/images/menu/subarrow-over.gif);
	background-repeat: no-repeat;
	background-position: 16px;
}
/* ------------- End Menu Styles ------------- */
#blogNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#blogNav ul a {
	display: block;
	text-decoration: none;
}
#blogNav ul li a {
	background-image: url(/images/menu/mainAlt.gif);
	padding: 6px 22px 6px 10px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px #828282 dotted;
}
#blogNav ul li a:hover {
	background-image: url(/images/menu/mainAlt-over.gif);
}
#blogNav ul li ul li a {
	padding: 8px 8px 8px 27px;
	color: #5a5a5a;
	font-weight: bold;
	background-image: url(/images/menu/subarrow.gif);
	background-repeat: no-repeat;
	background-position: 16px;
}
#blogNav ul li ul li a:hover {
	color: #000;
	background-image: url(/images/menu/subarrow-over.gif);
	background-repeat: no-repeat;
	background-position: 16px;
}
/* ------------- duMenu Styles ------------- */
ul#menu li ul {
	display: none;
}
ul#menu li ul li {
	 position: relative;
}
ul#menu li ul li ul {
	display: none;
	z-index: 10000;
}
ul#menu li ul li ul li {
	/*background-image: url(/images/menu/duAlt.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #212121;
	height: 30px;*/
}
ul#menu li ul li ul li > a {
	background-image: url(/images/menu/duAlt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 19px;
	/*padding: 0;
	height: 30px;*/
}
ul#menu li ul li ul li > a:hover {
	background-image: url(/images/menu/duAlt-over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*padding: 0;
	width: 315px;*/
	/*height: 30px;*/
}
ul#menu li ul li:hover > ul {
	position: absolute;
	left: 100%;
	top: 0px;
	display: block;
	min-width: 340px;
	background-color: #999;
	padding: 3px;
}
/* ------------- End duMenu Styles ------------- */

/* ------------- SubMenu Styles ------------- */
#submenu {
	border: 1px solid #999;
	border-bottom-width: 0;
	width: 200px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
#submenu li a {
	display: block;
	padding: 7px;
	width: 186px; /* 200px minus all left / right paddings and margins */
	color: #ddd;
	font-weight: normal;
	background-color: #333;
	border-bottom: 1px dotted #999;
	text-decoration: underline;
}
#submenu li a:hover {
	background-color: #212121;
	color: #e59629;
	font-weight: normal;
	text-decoration: none;
}
/* ------------- End SubMenu Styles ------------- */

/* ------------- Smart Picks Styles ------------- */
.smartPicksTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.smartPicksTableTitle {
	background: #212121;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
}
.smartPicksTableTitleAlt {
	background: #ccc;
	border-bottom: 1px solid #5a5a5a;
	border-top: 2px solid #fff;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 16px;
}
.smartPicksTableRow {
	background: #fff;
	color: #464646;
	line-height: 16px;
	padding: 10px;
}
.smartPicksTableRowAlt {
	background: #e6e6e6;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	color: #464646;
	line-height: 16px;
}
#smartPicksLeft {
	width: 328px;
	float: left;
}
#smartPicksRight {
	width: 328px;
	padding-top: 83px;
	float: left;
}
.smartPicksAnnoucement {
	margin: 15px 0 10px 10px;
	padding: 12px;
}
/* ------------- End Smart Picks Styles ------------- */

/* ------------- Form Styles ------------- */
.formLabels {
	float: left;
	text-align: right;
	padding: 5px;
	line-height: 21px;
	width: 125px;
}
.formTextbox {
	float: left;
	text-align: left;
	padding: 5px;
	line-height: 21px;
}
.formSpacer {
	clear: both;
}
.formCAPTCHA { /* use on BlockUI CAPTCHA boxes */
	float: left;
	margin: 0 auto;
	width: 300px;
	padding: 0px 10px 20px 0px;
	text-align: left;
	background-color: #fff;
}
.inputLarge {
	width:201px;/* IE6 fix due to variable char width in older browser */
}
.inputMedium {
	width:120px;/* IE6 fix due to variable char width in older browser */
}
.inputSmall {
	width:66px;/* IE6 fix due to variable char width in older browser */
}
.inputTiny {
	width:23px;/* IE6 fix due to variable char width in older browser */
}
.textArea {
	width:300px;/* matches width of captcha image */
}
.captchaImage {
	padding:0px;
}
.formrequired {
	color:#cc0000;
	font-size: 14px;
	font-weight:bold;
}
input.search {
	height:17px;
	padding-left:2px;
	border:1px solid #999;
	width:150px;
	color:#cc0000;
	/* Do rounding (native in Firefox and Safari) 
    -webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
*/
}
#searchContainer {
	width:190px;
}
#leftSearch {
	float:left;
	padding-right:2px;
	margin-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#rightSearch {
	margin-top:12px;
	float:left;
}
/* ------------- End Form Styles ------------- */

/* ------------- Awesome Buttons Styles ------------- */

.awesome, .awesome:visited {
	background: #222 url(/images/common/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 7px 25px 8px;
}
.red.awesome, .red.awesome:visited {
	background-color: #d72524;
	color: #fff;
	text-decoration: none;
}
.red.awesome:hover {
	background-color: #ae100f;
}
.green.awesome, .green.awesome:visited {
	background-color: #b4d83b;
	color: #fff;
	text-decoration: none;
}
.green.awesome:hover {
	background-color: #88ac16;
}
/* ------------- End Awesome Buttons Styles ------------- */




/* ------------- Start Data Grid ------------------*/

        .gridtable                   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; width: 655px; text-align: left; border-collapse: collapse;}
        .gridtablehdr                { height: 45px; font-size: 12px; font-weight: bold; color: #fff; background-image: url('/images/hdralt.gif'); line-height: 16px; }
        
        .gridtabletitle				 { height: 35px; background: #212121; border-bottom: 1px solid #c1c1c1; border-top: 1px solid #c1c1c1; color: #fff; font-weight: bold; line-height: 16px; padding-left: 5px; }
		
		.gridtabletitlealt				 { height: 35px; background: #ccc; border-bottom: 1px solid #c1c1c1; border-top: 1px solid #c1c1c1; color: #000; font-weight: bold; line-height: 16px; padding-left: 5px; }

		.gridtablerow                { height: 35px; background: #fff; color: #464646; line-height: 16px; }
        .gridtablerow a:visited      { color: #464646; text-decoration: underline; }
        .gridtablerow a:link         { color: #464646; text-decoration: underline; }
        .gridtablerow a:active       { color: #464646; text-decoration: underline; }
        .gridtablerow a:hover        { color: #000; text-decoration: none; }
        
        .gridtablerowalt             { height: 35px; background: #e6e6e6; border-bottom: 1px solid #c1c1c1; border-top: 1px solid #c1c1c1; color: #464646; line-height: 16px; }
        .gridtablerowalt a:visited   { color: #464646; text-decoration: underline; }
        .gridtablerowalt a:link      { color: #464646; text-decoration: underline; }
        .gridtablerowalt a:active    { color: #464646; text-decoration: underline; }
        .gridtablerowalt a:hover     { color: #000; text-decoration: none; }
        
/* ------------- End Data Grid ------------------*/


/* --------- User Info Styles ---------- */

#userinfo
{
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b1b1b1;
    width: 100%; 
}

#userinfo a /* :active, #userinfo a:link, #userinfo a:visited */
{
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}

#userinfo > a:hover 
{
	color: #f2a233;
	font-weight: bold;
	text-decoration: underline;
}

#logon, #logon>a:active, #logon>a:link, #logon>a:visited {
    width: 100%; 
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
    z-index: 1000000;
    padding-top: 5px;
}

#logon>a:hover 
{
	color: #f2a233;
	font-weight: bold;
	text-decoration: underline;
}


#hdrTop 
{
	margin: 0 auto;
	padding: 0;
	padding-left: 35px;
	overflow: hidden;
	width: 1000px;
	height: 28px;
}	

#hdrTop2
{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 1300px;
	height: 200px;
	z-index: 1;
}	



#logoTop 
{
	padding: 0 0 0 40px;
	width: 350px;
	float: left;
	height: 28px;
}


/* --------- End User Info Styles ---------- */


/* --------- Tool Kit Styles ---------- */
#toolkitwrapper {
    position:absolute; right: 40px; top:-135px; width:300px; color:#fff; z-index:1000000;
}

#toolkitcontent {
	color: #666;
	line-height: 22px;
	padding: 10px 0 10px 0;
}

#toolkitcontent a
{
	width: 200px;
}

#toolkitpanel {
	background: #eee;
	height: auto;
	/*display: none;*/
	border: #5a7808 5px solid;
	border-top: none;
}

.toolkitslide 
{
	position:absolute;
	left: 75px;
	width: 150px;
	height: 34px;
	margin: 0;
	padding: 0;
	background:  url('/images/btn-slide.png') no-repeat center top;
	color: #fff;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.toolkitslide > a {
	color: #fff;
}

.toolkitactive {
	background-position: right 12px;
}

.toolkitbtn-slide 
{
	width: 144px;
	height: 34px;
	/*
	background: url('/images/white-arrow.gif') no-repeat ;
	background-position: 115px -48px;
	*/
	text-align: center;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	cursor: default;
}

.toolkitbtn
{
	position:absolute;
	right: 30px;
	top: 12px;
	width: 10px;
	height: 10px;
	background: url('/images/white-arrow.png') no-repeat ;
	background-position: 0px -10px;
}

.toolkitbtnclose
{
	background: url('/images/white-arrow.png') no-repeat ;
	background-position: 0px 0px;
}


/* --------- End Tool Kit Styles ---------- */


/* --------- Start Compact Datagrid -------------*/
.urd_table      { font-size: 12px; padding:0px; margin:0px; border-collapse: collapse; width:100% }
.urd_header     { font-size: 12px; font-weight:bold; color:#212121; border-bottom: solid 1px #c1c1c1; }
.urd_row        { font-size: 12px; padding:0px; margin:0px; background-color: #fff; }
.urd_rowalt     { font-size: 12px; padding:0px; margin:0px; background-color: #e6e6e6;}
/* --------- End Compact Datagrid -------------*/

/* ------------------ Start Site Map Styles ------------------ */

.myBoxOneColumn .sitemap li {
	line-height: 19px;
	color:#666;
	padding:0px;
	margin:0px;
	list-style-type:circle;
}
.myBoxOneColumn .sitemap li a {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}

.myBoxOneColumn .sitemap li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

/* ------------------ End Site Map Styles ------------------ */
.tbl {
	background-color: #ccc;
	width: 100%;
}
.row_header {
	background-image: url(/images/admin/tablehdr.gif);
	background-repeat: repeat-x;
	height: 35px;
	font-weight: bold;
	color: #fff;
}
.row {
	 background: #fff;
	 height: 35px;
}
.row_alt {
	 background: #f0f0f0;
	 height: 35px;
}

.notification {
	position:absolute;
	top:40%;
	left:40%;
	width:250px; 
	background-color:#ffffff;
	display:none;
	margin:0px;
	padding: 2px;
	border:2px solid #262626;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.notification h1 {
	font-size:16px;
}

/* -------------- CMS Menu Styles -------------- */

#MainMenu img {
	border: none;
}

#MainMenu, #MainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

#MainMenu a:link, #MainMenu a:active, #MainMenu a:visited {
	display: inline;
	padding: 0px 0px;
	border: 0px;
	color: #333;
	text-decoration: none;
}

#MainMenu a:hover {
	color: #d72524;
	text-decoration: none;
}

#MainMenu li {
	float: left;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
}

#MainMenu ul {
	position: absolute;
	top: 46px;
	display: none;
	background-color: #e6e6e6;
	border:2px solid #fff;
	z-index: 100001;
	padding:0 !important;
	-webkit-border-radius:0 6px;
	-moz-border-radius:0 6px;
}

#MainMenu ul li {
	width: 150px;
	border: none;
	border-bottom:1px dotted #828282;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

#MainMenu .last  {
	border-bottom-width: 0px;
	border-bottom-style:  none;
	border-bottom-color: #828282;
}

#MainMenu .last .submenu {
	background-color: #e6e6e6;
	width: auto;
	border: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#MainMenu ul li .last {
	width: 150px;
	border: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

#MainMenu ul ul {
	top: 12px;
	z-index: 100001;
}

#MainMenu li ul ul {
	left: 148px;
	margin: 0px 0 0 0px;
	-webkit-border-radius:0 6px;
	-moz-border-radius:0 6px;
}

#MainMenu li:hover ul ul, #MainMenu li:hover ul ul ul, #MainMenu li:hover ul ul ul ul {
	display: none;
}

#MainMenu li:hover ul, #MainMenu li li:hover ul, #MainMenu li li li:hover ul, #MainMenu li li li li:hover ul {
	display: block;
}

#MainMenu .submenu {
	background-image: url(/images/menu/mainarrow.gif);
	background-repeat: no-repeat;
	background-position: 140px 50%;
}

#MainMenu .submenu:hover {
	background-image: url(/images/menu/mainarrow.gif);
	background-repeat: no-repeat;
	background-position: 140px 50%;
}

/* -------------- End CMS Menu Styles -------------- */

.pdfDownloads a:visited {
	color: #d72524;
	font-weight: bold;
	text-decoration: underline;
}
.pdfDownloads a:link {
	color: #d72524;
	font-weight: bold;
	text-decoration: underline;
}
.pdfDownloads a:active {
	color: #d72524;
	font-weight: bold;
	text-decoration: underline;
}
.pdfDownloads a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}