@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#262221;
	font-size:12px;
	color:white;
}

div#banner
{
	background-image:url(images/banner.jpg);
	height:165px;
	width:780px;
	margin:0 auto;
}

div#navbar
{
	background-image:url(images/navbar.jpg);
	height:50px;
	width:780px;
	margin:0 auto;
}

div#belownav
{
	background-image:url(images/belownav.jpg);
	height:169px;
	width:780px;
	margin:0 auto;
}

div#content
{
	min-height:200px;
	width:660px;
	margin:15px auto;
	padding:0 60px;
}

div#latest
{
	height:35px;
	width:780px;
	background-image:url(images/latest.jpg);
	margin:5px auto;
}

div#container
{
	width:780px;
	margin:10px auto;
	height:270px;
}

div#list
{
	width:355px;
	float:left;
	margin-left:20px;
}

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

div#list ul li
{
	padding-left:20px;
	height:22px;
	padding-top:8px;
}

div#list ul li a
{
	color:#d0cfcd;
	text-decoration:none;
	display:block;
	height:30px;
}

div#list ul li a:hover
{
	color:#d80f15;
}

div#pic
{
	width:378px;
	float:right;
	height:270px;
	margin-right:17px;
	margin-left:10px;
}

div#pic img
{
	display:none;
	position:absolute;
}

div#footer
{
	background-image:url(images/navbar.jpg);
	width:780px;
	height:50px;
	margin:0 auto;
}

div#footer p
{
	margin:0;
	text-align:center;
	padding-top:18px;
	color:#504f4d;
	font-size:10px;
}

a
{
	color:#b3171a;
}

p
{
	line-height:16px;
	margin:16px 0;
}

h1
{
	color:#b3171a;
	font-size:18px;
	
}

h1, h2, h3, h4, h5, h6
{
	margin:16px 0 -16px 0;
}

h2
{
	font-size:15px;
}

h3
{
	font-size:15px;	
	color:#b3171a;
}

h4
{
	font-size:13px;	
}

h5
{
	font-size:13px;
	color:#b3171a;
}

h6
{
	font-size:12px;
}

.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:50px;  position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.menu2 li.top {display:block; float:left;}
.menu2 li a.top_link {display:block; float:left; height:50px; line-height:52px; color:#282627; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:50px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:50px;}
.menu2 li a.top_link:hover {color:#b3171a;}
.menu2 li a.top_link:hover span {}
.menu2 li a.top_link:hover span.down {}

.menu2 li:hover > a.top_link {color:#b3171a; }
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0; top:47px; background: #fff; padding:3px; border:1px solid #b3171a; white-space:nowrap; width:190px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:190px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:190px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#fff url(drop3/arrow.gif) 180px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#b3171a; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#b3171a url(drop3/arrow_over.gif) 180px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#b3171a url(drop3/arrow_over.gif) 180px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:190px; top:-4px; background: #fff; padding:3px; border:1px solid #b3171a; white-space:nowrap; width:190px; z-index:400; height:auto;}

table#thealbums img
{
    border:none;
}