body {
 margin:0px;
 background:url('http://www.urban-Ad.net/images/bg.gif') no-repeat top left #232323;
 font-size:10px;
 font-family:Verdana;
 color:#3E3E3E;
 behavior:url("csshover.htc");
}
.header {
 background:url('../images/header_bg.jpg');
}
.navbar {
 background:url('../images/nav_bg.gif');
 text-align:center;
 height:32px;
 margin-bottom:2px;
}
.navbar a {
 text-decoration:none;
 color:#333333;
 font-weight:bold;
 margin:0px 10px 0px 10px;
 padding-top:10px;
}
.content {
 background:#FFFFFF;
 margin:0px 9px 0px 103px;
 min-height:310px;
 height:auto !important;
 height:310px;
}
.footer {
 background:#3E3E3E;
 margin:0px 9px 0px 103px;
 text-align:center;
 margin-top:2px;
 color:#999999;
 padding:4px 0px 4px 0px;
}
.container {
 width:990px;
 text-align:left;
 background:url('../images/bg.jpg') no-repeat top left;
}
.left { float:left; }
.right { float:right; }

#siteListWidget {  padding:15px; }
.evenRow { background:#F8FADC; }
.oddRow { background:#EAEAEA; }
.adzoneTable { border-spacing:1px;  }
th { background:#3E3E3E; padding:3px; color:#BAC83D; }
.number {  text-align:center; }
th a { color:#BAC83D; text-decoration:none; }
a:hover { color:#6F7918; }
a { color:#6B7514; text-decoration:none; }
.string { padding:5px; }


.content-text {
	margin:10px 40px 10px 40px;
	font-size: 16px;
}

.content-text h1 {
 font-size:18px;
 margin:0px 0px 10px 0px;
 padding:8px 0px 10px 30px;
 background:url('../images/title_bg.gif') top left no-repeat;
 color:#999999;
}

.breadcrumbs {
 background:#3E3E3E;
 margin:0px 9px 0px 103px;
 text-align:left;
 margin-top:2px;
 margin-bottom:2px;
 color:#999999;
 padding:4px 0px 6px 20px;
}

.breadcrumbs a {
 color:#999999;
}

img {
 border:0px;
}















/***************/
/* menu style **/
/***************/

#menu li.menuItem {
list-style: none;
margin: 0;
padding: 0;
width:100px; /* width of the entire menu area (the button) */
height:32px; /* height of the entire menu area (the button) */
}


#menu {
 float:left;
 width:700px; /* width of the entire menu (all the items) */
 z-index:10;
 position:relative;
 right:5px;
 bottom:4px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, #menu h2 {
font-size:10px;
display: block;
margin: 0;
padding: 4px 3px; /* Centers text in middle of nav (FF only) */
}

#menu h2 {
color: #fff;
}

#menu a {
text-decoration: none;
text-align:left;
}

#menu ul li ul li a {
background: url('../images/menu_back.gif') top left no-repeat #CADC56; /* Background of menu */
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

/* used to show and hide drop down */
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

/* used to show and hide drop down */
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#menu ul li {
 float: left;
 width: 136px; /* width of drop down */
}

body {
behavior: url('http://www.urban-ad.net/lib/csshover.htc');
}

#menu h2 {
padding:0px;
padding-left:0px;
}


.menuTop { /* for image above and below drop down menu */
position:absolute;
top:4px;
}

.menuBot { /* for image above and below drop down menu */
position:absolute;
bottom:5px;
}

ul li ul {
position:relative;
top:35px; /* how far from top #menu do you want the menu to appear (effects FF only to change in ie goto ie.css) */
}
