* {
	margin: 0;
	padding: 0;
}

body {
background: url(images/view.jpg);
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:12px;
text-align:left; 
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;

}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 10px auto 10px auto;
width: 800px;
background: #1C1C1C;
padding: 0px;
border: 6px solid #848484;
 position: relative;

}



#header {
height: 160px;
position: left;
background: url(images/panel16.png) no-repeat;
padding-bottom: 0px;

}



h1{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
display: inline;
}

#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 400;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}


#menu {
height: 25px;
line-height: 25px;
background: #1C1C1C;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 400;
font-size: 12px;
color: #ffffff;
}
#menu ul li a:hover {
color: #ffffff;
text-decoration: none;
}

#menu1 {
height: 20px;
line-height: 20px;
background: #3B0B0B;
}
#menu1 ul {
list-style-type: none;
padding-left: 30px;
}
#menu1 ul li {
display: block;
float: left;
}
#menu1 ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 400;
font-size: 11px;
color: #ffffff;
}
#menu1 ul li a:hover {
color: #ffffff;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 300px;
text-align: justify;
padding-top: 0px;

}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 5px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 4px;
line-height: 4px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 0px 0 15px 10px;
list-style-type: one;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 10px;
color: #525252;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

}

.arrowgreen{
	width: 148px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #610B5E;
}

.arrowgreen li a:hover{
	color: #610B5E;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #610B5E;
	background-position: 100% -64px;
}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}



.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 148px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

</style>






