﻿body { background-color:black;  margin: 0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
#wrapper { width: 940px; margin: 0 auto 0 auto; background-image:url('images/sidebar-bkg.gif'); background-repeat:repeat-y; }
#header {	height: 105px; background-image: url('images/roccoslogo.jpg'); background-position: top center;  background-repeat:no-repeat; background-color: #000;}
#topbar { height: 75px; background-color: #CC0000; background-image:url('images/ourlocations.gif'); background-repeat:no-repeat;}
#topbar-left {float:left; height:55px; width: 310px; }
#topbar-right{float:right; height:55px; width: 310px; }
#container {border:1px #CC0000 solid ; background-color:#323232; background-image:url('images/container-bkg.gif'); background-repeat:repeat-y;  }
#sidenav {width: 177px; float: left; background-color: #CC0000; }	
#content {float:right; width: 760px; margin:0; padding:0; overflow:auto ;}
#footer {clear:both; height: 55px; background-color:#CC0000; }

.col-L {
	 width: 49%; 
	 float:left;
}
.col-R {
	 width: 49%; 
	 float:left;
}

a:link {color: #FFDA50;}
a:visited {color: #FFDA50;}
a:active {color: #FFDA50;}
a:hover {color: #E77611;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {

z-index:1000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:177px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0; }
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background: #CC0000;
height:25px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:176px;
color:#fff;
text-indent:15px;
border:0;
border-width:0;
background-color:#CC0000;
}
.menu a {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:176px;
color:#fff;
text-indent:15px;
border:0;
border-width:0;
background-color:#CC0000;
}
/* hack for IE5.5 */
* html .menu a:visited {background: #CC0000; width:177px; w\idth:176px;}
* html .menu a {background: #CC0000; width:177px; w\idth:176px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#323232;}

.menu :hover > a {
color:#fff; 
background:#323232;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:178px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul a:hover ul {
visibility:visible;
}

.menu ul li:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.center {text-align: center;}
.style1 {color: #FFFFFF;}
.style2 {text-align: center;color: #FFFFFF;}
.style3 {text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;	padding-top: 5px;}
.style4 {color: #FFFF00;}
.style5 {text-align: center;color: #FFFF00;}
.style6 {border-width: 0;	color: #FFFF00;}
.style7 {font-size: 80%;	font-weight: bold;}
.style8 {text-align: center;	font-size: 80%;	font-weight: bold;}
.style9 {border-width: 0px;}

