#main {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding-top: 32px;
}

#contents {
	padding: 24px;
	background: #FFFDF3;
	min-height: 300px;
}

#menu {
height: 60px;
line-height: 60px;
background: #003333;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}


#header {
	position: relative;
	width: 100%;
	height: 40px;
    background:url(http://www.hinkhoj.com/common/images/nav.jpg) top repeat-x #4F9EC9;
	
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	display: inline-block;
	width:auto;
	padding: 1px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #FFFFFF;
	white-space:nowrap
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary  {
	border-bottom: none;
	padding-bottom: 3px;
	margin-top: 0;
}
#header ul li a:hover {
        background: #ffffff;
	    color: #3366CC;
	    text-decoration:none;
}
#header ul#primary a {
	border-bottom: none;
	padding: 0 10px;
}

#header ul#primary a:hover {
         background: #ffffff;
	     color: #3366CC;
	     text-decoration:none;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -22px;
	left: 1px;
}

#header ul#secondary li a,#header ul#secondary li span {
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
