﻿/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */
img {
	border:none
}
#wrapper {
	width:900px;
	margin:auto;
	border:solid 1px #DDD ;
}
#header {
	width:900px;
	margin:auto;
}


#sse2
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #F7DB99;
    height: 30px;
    padding: 15px;
}
#sses2
{
    margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses2 ul 
{ 
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
}
#sses2 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
/*CSS for background bubble*/
#sses2 li.highlight
{
    background:#F7DB99;
    top:0px;
    height:30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 1;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";/*For IE 8*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000'); /*For IE 5.5 - 7*/
}
#sses2 li:hover a
{
	color: #000;
}
#sses2 li a
{
    height:30px;
    padding-top: 8px;
    margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #666;
    font: normal 15px arial;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}


#main_visual {
	width:880px;
	margin:auto;
	padding:10px;
}
#footer {
	width:880px;
	margin:auto;
	padding:10px;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#577A82;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
}
a.content:link{
	color:#666;
	text-decoration:none
}
a.content:hover, a.content:active{
	color:#577A82
}


.content_right{
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top:10px;
	text-decoration:none
}
a.content_right:link{
	font-size:12px;
	color:#666;
	text-decoration:none
}
a.content_right:hover, a.content_right:active{
	font-size:12px;
	color:#888
}
