
/* template menu */
#toolbar {
	height: 35px;
	font-size: 12px;
	background: #f6f6f6 url(./SamuraiForum/Themes/Hasan/images/nav_bg.jpg) repeat-x;
}
#nav li.active_menu a {
	background: url(./SamuraiForum/Themes/Hasan/images/nav_aktif.jpg) no-repeat center;
	color: yellow;
}
#nav {
	background: #6f6f6f url(./SamuraiForum/Themes/Hasan/images/nav_bg.jpg) repeat-x;
	height: 15px;

}
#nav li {
	background:  background: green url(./SamuraiForum/Themes/Hasan/images/nav_bg.jpg) repeat-x;
	height: 35px;
}
#nav li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet MS;
	
}
#nav a:hover {
	color: #454545;
}
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 35px;
}
#nav ul {
	padding: 0;
	margin: 0;
	margin-left: px;
}
#nav li {
	margin: 0;
	padding: 0px 5px 0px 20px;
	float: left;
	display: block;
}
#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#nav ul li a:hover, #nav #active a {
	background: url(SamuraiForum/Themes/Hasan/images/nav_aktif.jpg) no-repeat center;
	color: yellow;
}
#nav li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}

/* articles menu */

#left {
	float:left;
	width: 225px;
	margin-left: 20px;
	margin-top: 120px;
}



#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
	font-size: 6;
}

#navcontainer a
{
	display: block;
	padding-top: 10px;
	padding-left: 40px;
	width: 155px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/articlesmain.png);
	background-repeat: repeat-x;
	height: 35px;
	font-size: 11.5px;
; margin-left: 15px
}

#navcontainer p
{
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	width: 195px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-repeat: repeat-x;
	height: 34px;
	font-size: 14px;
; margin-left: 2px
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{			
	background: url(images/articlesmain.png) 0 -45px;
	color: #562930;
}

#navcontainer li.active_article a {
	background: url(images/articlesmain.png) 0 -45px;
	color: #562937;
}

#resources a
{
cursor: text;
color: #e6edf6; 
text-decoration: none;
border: 0;
|

a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */




