/* ==[ KiteSurfiesMenu ]============================================================================ */

/* ==[ The Blue container that holds the buttons ]== */
#KiteSurfiesMenu
{
background: url(images/SkinmainmenuBackground.jpg) top left no-repeat;
height: 64px; width: 983px;  /* Actual Image Size */
margin-left: 8px;            /* Put a space on the left side of image */
}




/* ==[ Unordered List (ul) for menu items (li) ]== */
#KiteSurfiesMenu ul
{
padding-left: 20px;
}




/* ==[ Menu items (li) ]== */
#KiteSurfiesMenu li
{
display: inline;  /* Causes items to run in lie Horizontally */
}




/* ==[ Menu item text format ]== */
#KiteSurfiesMenu a
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight:normal;
display: block;
float: left;
width: 105px;          /* Max width for test for each item same as hove button below */
height: 42px;
text-decoration: none; /* without this it would be underlined when hovered over */
color: #FFFFFF;        /* Text color */
padding-top: 22px;
padding-left: 0px;
margin-left: 11px;
text-align: center;
}


/* ==[ Fancy little Hover button for the Menu items ]== */
#KiteSurfiesMenu a:hover
{
width: 105px;
background: url(images/SkinmainmenuButton.png) 0px 8px no-repeat;
}

