/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img { border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li { list-style: none; }

caption,
th { text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after { content:''; }

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend { color: #000; }

.cb { clear:both; }

/* global */
body{background:#e6e6e6; font-family:Helvetica, Arial, sans-serif; font-size:12px;}
a{color:#164a6e; text-decoration:none; padding:2px 2px 2px 0;}
a:hover{text-decoration:underline;}
h1,h2,h3,h4{font-family:Georgia, Times, serif; font-weight:200;}
h1, h2.ss{font-size:24px; line-height:30px; font-weight:bold;}
h2, h3.ss{font-size:18px;}
h3{font-size:16px; line-height:20px; font-weight: bold !important;}
h4{font-size:14px; line-height:18px; font-weight:700;}
h6{font-weight:700; text-transform:uppercase;}
p{line-height:18px;}
strong{font-weight:700;}
em{font-style:oblique;}

h1.ss {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bulleted {
	margin-left: 3%;
	width: 97%;
}

.bulleted li {
	list-style: disc;
	margin: 0 1%;
	width: 98%;
	float: left;
}


/* layout */
.nag.on {
	padding: 10px 0;
	background: #f2b615;
	color: #672f0a;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	display: none;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 100;
}

.nag a { color: #8d1c11; }

.shell {
	width: 980px;
	margin: 0 auto;
}

.page {
	background: #fff;
	width: 960px;
	padding: 0 10px;
	float: left;
}

.header,
.footer { padding: 10px 0; }

.footer {
	background: #666;
	color: #fff;
}


/* navbar */
.nav {
	float: left;
	background: #000;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.nav.hover { background: #333; }
.nav li {
	padding: 10px 11px 10px 10px;
	float: left;
	background: url('../images/bg-nav-primary.png') no-repeat right center;
}
.nav li.active,
.nav li.active.hover { background: #ccc; }
.nav li.hover { background: #333; }
.nav li a { color: #fff; }
.nav li a.active { color: #164a6e; }

.nav.secondary {
	background: #ccc;
	font-weight: 200;
	color: #333;
}
.nav.secondary li {
	font-weight: 200;
	padding: 5px 10px;
	background: url('../images/bg-nav-secondary.png') no-repeat right center;
}
.nav.secondary.hover li { background: url('../images/bg-nav-primary.png') no-repeat right center; }
.nav.secondary li a { color: #000; }
.nav.secondary.hover li a { color: #fff; }
.nav.secondary li.active { font-weight: 700; }

.nav.tertiary {
	background: #fff;
	color: #666;
	font-weight: 200;
	font-size: 11px;
}
.nav.tertiary li {
	padding: 6px 10px 5px;
	background: url('../images/bg-nav-tertiary.png') no-repeat right center;
}
.nav.tertiary li:last-child {
	padding-right: 0;
	background: none;
}
.nav.tertiary li a { color: #666; }
.nav.tertiary li.parent { position: relative; }
.nav.tertiary li ul {
	position: absolute;
	right: 0;
	top: 24px;
	width: 125px;
	background: #fafafa;
}
.nav.tertiary li ul li {
	background: none;
	margin: 5px 10px;
	padding: 0;
	float: none;
}
.nav.tertiary li ul li:first-child { padding-bottom: 5px; }

.nav.crumbs li {
	padding: 6px 15px 5px 6px;
	background: url('../images/bg-nav-crumbs.png') no-repeat right center;
}
.nav.crumbs li:first-child { padding-left: 0; }
.nav.crumbs li a { color: #666; }

.user { display: none; }

.crumby,
.adbar { border-bottom: 1px solid #ccc; }

blockquote span{font-size:300%;}
blockquote h3{font-size:14px;}
blockquote span.open{height:20px; margin:-12px 10px -20px 0; padding-top:20px;}
blockquote span.close{height:20px; margin:0 0 -10px 10px; padding-top:15px;}

.content{margin:5px 0 10px 0;}

.detail p{margin-bottom:1em;}

/* modules */
.column{float:left; margin-right:20px;}
.column.last{margin-right:0;}

.c800{width:800px;}
.c780{width:780px;}
.c640{width:640px;}
.c620{width:620px;}
.c460{width:460px;}
.c450{width:450px;}
.c400{width:400px;}
.c300{width:300px;}
.c220{width:220px;}
.c160{width:160px;}

.module .hed{background:#cfcfcf; background-image:-webkit-gradient(linear, left top, right top, from(#cfcfcf), to(#fff)) !important; background-image: -moz-linear-gradient(top left, #cfcfcf, #fff) !important;}
.module .hed h5{line-height:10px; text-transform:uppercase; font-weight:700; color:#000; background:#fff; margin:0; padding:0 5px 0 0; float:left;}

.module ul{font-weight:700;}
.module.weak ul{font-weight:200;}
.module ul li{line-height:14px; margin-bottom:5px;}
.updatedate{font-size:10px; font-weight:200; line-height:10px; color:#ac0000;}

.lead{border-bottom:1px solid #ccc;}
.lead p{font-weight:200;}

/* story */
.byline{padding:3px 0; border-top:5px solid #ccc; border-bottom:1px solid #ccc; color:#666;}

.story p, .entry p, .entry blockquote, .story ul, .story ol{font-size:14px; line-height:150%; margin-bottom:20px; text-align:left;}
.story .normal p, .entry .normal p{font-size:12px; line-height:18px; margin-bottom:12px; text-align:left;}

.story ul li,
.story ol li {
	position: relative;
	left: 30px;
	padding-right: 40px;
	list-style-type: disc;
}

.story .c160 ul li,
.story .c160 ol li {
	position: relative;
	left: 0;
	padding-right: 0;
	list-style-type: none;
}

.story ol li { list-style-type: decimal; }

.entry blockquote{padding:0 30px;}

.entry ul{list-style:disc; margin-left:20px;}
.entry ul li{list-style:disc;}

.comment textarea{width:638px; border:1px solid #ccc;}

.dropcap:first-letter {
	font-size:42px;
	line-height:44px;
	float:left;
    margin-right:0.1em;
    margin-bottom:0;
    font-family:'Palatino Linotype', Times New Roman, Times, serif;
	font-style:normal;
}

.step-links{color:#a9a9a9;}
.step-links a{font-weight:700;}

.tools{border:5px solid #164a6e; border-left:none; border-right:none;}
.tools ul li{background:url('../images/sprite-story-tools.png') no-repeat; width:60px; float:left; padding:1px 0 3px 20px; font-weight:700; margin-top:4px; font-size:12px; line-height:14px;}

.tools ul li.print{background-position:left top;}
.tools ul li.comment{background-position:left -35px;}
.tools ul li.email{background-position:left -68px;}
.tools ul li.tweet{background-position:left -101px;}
.tools ul li.share{background-position:left -135px;}
.tools ul li.font{background-position:left -244px;}
.tools ul li.like{background-position:left -162px;}
.tools ul li.like.on{background-position:left-184px;}
.tools ul li.listen{background-position:left -214px;}
.tools ul li.external{background:none; padding:1px 0 3px 0;}
.tools ul li.full{width:140px; padding:1px 0 3px 20px;}
.tools ul li.full.exicon{padding-left:0;}

.tools ul li.font a{cursor:pointer;}

.related li{background:url('../images/sprite-related-icons.png') no-repeat; padding:2px 0 2px 20px; margin:3px 0 2px 0;}
.related li.gallery{background-position:left top;}
.related li.article{background-position:left -36px;}
.related li.video{background-position:left -70px;}
.related li.audio{background-position:left -106px;}
.related li.link{background-position:left -143px;}
.related li.none{background:none; padding:2px 0;}

.pagination .pag{background:#efefef; padding:2px 5px;}
.current{font-weight:700;}

/* ads */
.ad728x90{min-width:728px; min-height:90px;}
.ad300x250{min-width:300px; min-height:250px;}
.ad160x600{min-width:160px; min-height:600px;}

.center{margin:0 auto; text-align:center;}

/* page or block specific */
ul.normal{font-size:12px; line-height:14px;}
ul.normal li{padding:0;}
#communities div:last-child{border:none;}
#listentab{display:none;}
.vert{background:url('../images/bg-vert-home.png') repeat-y;}
.letterindex li{float:left; padding:0; margin:0 5px 0 0; background:#efefef;}
.letterindex li a{float:left; height:12px; width:18px; text-align:center; padding:3px 0;}
.registration-promo{border:1px solid #dde5eb; background:#f2f6f9; width:278px; padding:10px;}
.fancybg{border:none; background:url('../images/bg-registrationpromo-form.png') no-repeat; width:218px; padding:11px 7px; font-size:16px; font-weight:700px; color:#cfcfcf; border:none;}
.fancybg:focus{border:0; outline:none;}

/* global classes - keep at bottom to override */
.left{float:left;}
.right{float:right;}

.cl-left{clear:left;}
.cl-right{clear:right;}
.cl-both{clear:both;}
.cl-none{clear:none;}

.mr{margin-right:10px;}
.ml{margin-left:10px;}
.mt{margin-top:10px;}
.mb{margin-bottom:10px;}

.mr.min{margin-right:5px;}
.ml.min{margin-left:5px;}
.mt.min{margin-top:5px;}
.mb.min{margin-bottom:5px;}

.mr.max{margin-right:20px;}
.ml.max{margin-left:20px;}
.mt.max{margin-top:20px;}
.mb.max{margin-bottom:20px;}

.br{border-right:1px solid #ccc;}
.bl{border-left:1px solid #ccc;}
.bt{border-top:1px solid #ccc;}
.bb{border-bottom:1px solid #ccc;}

.thick{border-width:5px;}

.dark{border-color:#666;}

.bblue{border-color:#005380;}

.nomr{margin-right:0; padding-right:0;}
.noml{margin-left:0; padding-left:0;}

.nomar{margin:0;}
.nopad{padding:0;}

.pr{padding-right:10px;}
.pl{padding-left:10px;}
.pt{padding-top:10px;}
.pb{padding-bottom:10px;}

.pr.min{padding-right:5px;}
.pl.min{padding-left:5px;}
.pt.min{padding-top:5px;}
.pb.min{padding-bottom:5px;}

.pr.extramin{padding-right:3px;}
.pl.extramin{padding-left:3px;}
.pt.extramin{padding-top:3px;}
.pb.extramin{padding-bottom:3px;}

.pr.none{padding-right:0;}
.pl.none{padding-left:0;}
.pt.none{padding-top:0;}
.pb.none{padding-bottom:0;}

.full{width:100%;}
.half{width:50%;}
.third{width:33.33%;}
.quarter{width:25%;}

.small, .small p{font-size:11px;}
.line-small{line-height:14px;}

.ra{text-align:right;}
.la{text-align:left;}
.ca{text-align:center;}
.ja{text-align:justify;}

.strong{font-weight:700;}
.weak{font-weight:200;}

.italics{font-style:italic;}

.allcaps{text-transform:uppercase;}
.notransform{text-transform:none;}
.sans{font-family:Helvetica, Arial, sans-serif;}

.absolute{position:absolute;}
.relative{position:relative;}
.fixed{position:fixed;}

.pos-top{top:0;}
.pos-right{right:0;}
.pos-bottom{bottom:0;}
.pos-left{left:0;}

.highz{z-index:1000000;}

.dnone{display:none;}
.dblock{display:block;}

.pointer{cursor:pointer;}

.bgdark{background:#333;}
.bgmid{background:#ccc;}
.bglight{background:#fafafa;}
.bgwhite{background:#fff;}

.white, .white a{color:#fff;}
.black, .black a{color:#000;}
.blue, .blue a{color:#164a6e;}
.grey, .grey a{color:#666;}
.dgrey,.dgrey a{color:#333;}
.red, .red a{color:#ac0000;}



/* ------------------ */
/* --- pagination --- */
/* ------------------ */

#paginationNew ul {
	float: right;
	height: 26px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #202020;
}

#paginationNew ul li {
	float: left;
	width: 50px;
	text-align: center;
	height: 24px;
	background: #171717;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #171717;
}

#paginationNew ul li span {
	display:inline-block;
	margin-top: 7px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

#paginationNew ul li.last { border-right: 1px solid #787878; }

#paginationNew ul li.arrow.prev,
#paginationNew ul li.arrow.next {
	text-indent: -9999px;
	width: 24px;
	height: 24px;
}

#paginationNew ul li.arrow.prev a,
#paginationNew ul li.arrow.next a {
	width: 24px;
	height: 24px;
	display: block;
}

#paginationNew ul li.arrow.prev.active { background: transparent url("../images/pg-prev.png") top left repeat-x; }
#paginationNew ul li.arrow.prev.disabled { background: transparent url("../images/pg-prev-off.png") top left repeat-x; }

#paginationNew ul li.arrow.next.active { background: transparent url("../images/pg-next.png") top left repeat-x; }
#paginationNew ul li.arrow.next.disabled { background: transparent url("../images/pg-next-off.png") top left repeat-x; }

#paginationNew ul li.hover,
#paginationNew ul li.active {
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #3d3d3d;
	cursor: pointer;
	cursor: hand;
}

#paginationNew ul li.disabled {
	border-top: 1px solid #545454;
	border-bottom: 1px solid #101010;
	cursor: default;
}

#paginationNew ul li.arrow,
#paginationNew ul li.hover span,
#paginationNew ul li.active span { color: #fff; }

#paginationNew ul li.disabled span { color: #999; }



/* ------------- */
/* --- video --- */
/* ------------- */

ul.youtubeFeed {
	margin: 0;
	padding: 0;
}

ul.youtubeFeed li {
	float: left;
	width: 91px;
	list-style-type: none;
	font-size: 11px;
	height: 160px;
	padding: 0 9px 0 0;
}

div.time {
	background: #333;
	color: #fff;
	padding: 3px 3px 3px 0;
	text-align: right;
	position: relative;
	margin-top: -19px;
	margin-bottom: 4px;
	width: 88px !important;
}



/* --------------- */
/* --- addthis --- */
/* --------------- */

div.socialtools li { float: left; }

a.addthis_button_pinterest_pinit {
	position: relative;
	top: -4px;
}

a.addthis_button_facebook_like {
	position: relative;
	top: -2px;
}

span.addthis_button_comments a {
	background: url("../images/icon_comment.png") no-repeat scroll left top transparent;
	padding-left: 20px;
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 11px;
	top: -1px;
	position: relative;
	padding-bottom: 3px;
}
span.addthis_button_rss a {
	background: url("../images/rss.png") no-repeat scroll left top transparent;
	padding-left: 20px;
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 11px;
	top: -1px;
	position: relative;
	padding-bottom: 3px;
}

span.addthis_button_help a {
	background: url("../images/help.png") no-repeat scroll left top transparent;
	padding-left: 20px;
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 11px;
	top: -1px;
	position: relative;
	padding-bottom: 3px;
}

span.addthis_button_sizer {
	background: url("../images/bg-story-tools-icons.gif") no-repeat scroll left top transparent;
	padding-left: 20px;
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 11px;
	top: -1px;
	position: relative;
}

.addthis_button_compact,
.at15t,
.addthis_button_sizer,
.addthis_button_help,
.addthis_button_rss,
.addthis_button_print,
.addthis_button_twitter,
.addthis_button_facebook,
.addthis_button_email,
.addthis_button_facebook_like,
.manuscript {
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 11px;
	text-decoration: none;
}

span.addthis_button_comments a { padding-left: 17px; }

.at15t_rss,
.at15t_help,
.at15t_twitter,
.at15t_print,
.at15t_facebook,
.at15t_facebook_like,
.at15t_email { padding-left: 5px; }

/*** Other ***/
span.attribution {
	position: absolute;
	padding: 1px;
	margin: 0;
	width: auto;
	top: 0px;
	right: 0px;
}

span.attribution {
	font-size: 9px;
	color: #fff;
	background: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.entryphoto { position: relative; }

.mce_image_container {
	background: #efefef;
	border: 1px solid #ebebeb;
}

p.mce_image_caption {
	margin: 0;
	font-size: 10px;
}

div.entry ul,
div.entry ol {
    position: relative;
    left: 25px;
}

div.entry li {
    list-style-type: square;
    line-height: 22px;
    font-size: 14px;
    padding-bottom: 6px;
}

div.entry ol li { 
	list-style-type: decimal;
	line-height: 22px;
	font-size: 14px;
	padding-bottom: 6px;
}



/* --------------- */
/* --- related --- */
/* --------------- */

div.storyinfobar {
	display: block;
	position: relative;
	overflow: visible;
	width: 160px;
	margin-top: 5px;
	padding-top: 0;
	border-top: 5px solid #efefef;
	z-index: 1;
	clear: both;
}

div.storyinfobar ul {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	display: block;
}

div.storyinfobar li a {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

div.storyinfobar li {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	border-bottom: 1px dashed #e7e7e7;
	padding-left: 0;
}

div.storyinfobar li.last { border-bottom: 0; }

div.storyinfobar h5.storyinfohead {
	color: #6c0c16;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	font-family: georgia;
	padding-top: 4px;
}

div.storyinfobar span.time {
	position: relative;
	background: #999;
	color: #fff;
	display: block;
	font-family: georgia;
	font-size: 13px;
	padding: 0 5px;
	margin-top: -40px;
}


/* ---------------- */
/* --- breaking --- */
/* ---------------- */

div.breakingnews {
	background: #d73502;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.developingstory {
	background: #ffed52;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.happeningnow {
	background: #e12b07;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.trending {
	background: #6c0c16;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.contain {
	width: 980px;
	margin: 0 auto;
}

/* div.contain div { display: inline; } */

div.contain div.bnl {
	font-weight: bold;
	font-size: 22px;
}

div.contain div.bnr,
div.contain div.bnr a {
	font-size: 22px;
	color: #fff;
}

div.contain div.itemdeveloping,
div.contain div.itemdeveloping a {
	font-size: 22px;
	color: #000;
}
.poll_required {display:none}

div.pickwrapper {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}

div.eptitle { float: left; }
div.epnav { float: right; }

div#slider1,
div#slider99 { padding-top: 10px; border-top: 1px solid #ccc; }

div#slider1 img,
div#slider99 img { padding: 10px 0; }

div#slider1 li,
div#slider99 li {
	border-bottom: 1px dashed #e7e7e7;
	padding: 6px 0;
}

div#slider1 li:last-child,
div#slider99 li:last-child { border-bottom: 0; }

div#slider1 li a,
div#slider99 li a {
	font-family: georgia;
	font-size: 13px;
	line-height: 18px;
}


/* ------------------ */
/* --- navigation --- */
/* ------------------ */

div#navbar {
	background: #ccc;
	clear: both;
}

div.navwrapper { background: #6c0c16; }

div#navbar > ul > li > a { padding: 5px 10px; }

div#navbar > ul > li > ul > li { line-height: 21px; }

#dropdown li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	border:none;
    border-right: 1px solid #999;
}

#dropdown li:last-child { border-right: 0; }

#dropdown li li { border-right: 0; }

#dropdown li:hover { }

#dropdown li a {
    display: block;
	color: #333;
	font-family: helvetica;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

#dropdown > li.featured,
#dropdown > li.navactive.featured { background: #1a2754; }

#dropdown > li.featured > .dropdown_1column {
	background: #1a2754;
	border: 1px solid #1a2754;
}

#dropdown li:hover a { color: #999; }

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin: 0 auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border-top:none;
	background: #ccc;
	padding-left: 1px solid #fff;
	color: #000;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	z-index: 50;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 300px;}

#dropdown li:hover .dropdown_1column, 
#dropdown li:hover .dropdown_2columns, 
#dropdown li:hover .dropdown_3columns,
#dropdown li:hover .dropdown_4columns,
#dropdown li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#dropdown .dropdown_right {
	float:right;
	margin-right:0px;
}
#dropdown li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#dropdown li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#dropdown p, #dropdown h2, #dropdown h3, #dropdown ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}

#dropdown h2 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
	padding-bottom: 6px;
	border-bottom: 1px solid #666;
	color: #f8f2b4;
}

#dropdown li:hover div a {
	font-size: 12px;
	color: #333;
	font-family: arial;
	line-height: 16px;
	padding-bottom: 3px;
}

#dropdown li:hover div a:hover { color: #666; text-decoration: underline; }

#dropdown li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#dropdown li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 130px;
}

#dropdown li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}