/* nav.css file, by eddie May 7, 2007 */

.nav a{
font_:normal x-small verdana, sans-serif;
font-family: arial, verdana, sans-serif;
font-size: 13px;;
display: block;
width:100%;
height:70px;
line-height:70px;
color:#888;
text-decoration: none;
text-align: right;
cursor:pointer;
vertical-align:middle;
padding-right:15px;
}

.hnav a{
display:inline;
padding-right:2px;
padding-left:2px;
width:80px;
height:80px;
line-height:80px;
text-align:center;
border-left: 40px;
color:#888;
text-decoration: none;
cursor:pointer;
}

.nav a:hover, .hnav a:hover{
color:#000;
font-weight:bold;
border_: 1px solid #ccc;
border-right_: 1px solid #fff;
margin-right_:-2px;
}

.nav a:active, .hnav a:active{
}

/* current selected menu item */
a.Selected{
color:#000;
font-weight:bolder;
}

/* header menu */
a#hnavNews{
background: url("..\icons\news.gif") no-repeat bottom;
}
a#hnavNews:hover, a#hnavNews.selected {
background: url("..\icons\news_Over.gif") no-repeat bottom;
}

a#hnavAbout{
background: url("..\icons\about.gif") no-repeat bottom;
}
a#hnavAbout:hover, a#hnavAbout.selected {
background: url("..\icons\about_Over.gif") no-repeat bottom;
}

a#hnavWork{
background: url("..\icons\work.gif") no-repeat bottom;
}
a#hnavWork:hover, a#hnavWork.selected {
background: url("..\icons\work_Over.gif") no-repeat bottom;
}

a#hnavBlog{
background: url("..\icons\blog.gif") no-repeat bottom;
}
a#hnavBlog:hover, a#hnavBlog.selected {
background: url("..\icons\blog_Over.gif") no-repeat bottom;
}

a#hnavContact{
background: url("..\icons\contact.gif") no-repeat bottom;
}
a#hnavContact:hover, a#hnavContact.selected {
background: url("..\icons\contact_Over.gif") no-repeat bottom;
}

a#hnavSurvers{
background: url("..\icons\survers.gif") no-repeat bottom;
}
a#hnavSurvers:hover, a#hnavSurvers.selected {
background: url("..\icons\survers_Over.gif") no-repeat bottom;
}

a#hnavOther{
background: url("..\icons\other.gif") no-repeat bottom;
}
a#hnavOther:hover, a#hnavOther.selected {
background: url("..\icons\other_Over.gif") no-repeat bottom;
}

a#hnavPortal{
float: right;
background: url("..\icons\portal.jpg") no-repeat bottom;
}

a#hnavPortal:hover{
background: url("..\icons\portal_Over.jpg") no-repeat bottom;
}

a#hnavPortal.selected{
}
 
/* Footer button */
#hFooter{
height: 100%;
width: 100%;
line-height: 100%;
border_: 1px dotted #ccc
}

#hFooter.hnav a, #hFooter.hnav .disabledBtn{
width: 40px;
height: 30px;
}

/* Prev */
a#hnavBtnPrev{
float: right;
background: url("..\icons\Prev.gif") no-repeat bottom;
}

a#hnavBtnPrev:hover{
background: url("..\icons\Prev_Over.gif") no-repeat bottom;
}

a#hnavBtnPrev.selected{
}

#hnavBtnPrevDisabled.disabledBtn{
display:none;
float: right;
background: url("..\icons\Prev_Disable.gif") no-repeat bottom;
border_: 1px dotted #ccc;
}

/* Next */
a#hnavBtnNext{
float: right;
background: url("..\icons\Next.gif") no-repeat bottom;
}

a#hnavBtnNext:hover{
background: url("..\icons\Next_Over.gif") no-repeat bottom;
}

a#hnavBtnNext.selected {
}

#hnavBtnNextDisabled.disabledBtn{
display:none;
float: right;
background: url("..\icons\Next_Disable.gif") no-repeat bottom;
border_: 1px dotted #ccc;
}
